Click or drag to resize

DirectoryResultHasError Property

Error occured enumerating the directory.

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
C#
[DataMemberAttribute]
public bool HasError { get; set; }

Property Value

Boolean
Remarks
If this property is true then this property will contain the error message.
See Also