DirectoryItemMembers Property |
Returns the sub-directory items of this instance first and then the document items of this instance.
Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.LegacyAssembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntaxpublic IEnumerable<Object> Members { get; }Property Value
IEnumerableObject
Remarks
Useful for tree view binding.
See Also