DirectoryItemAttributes Property

Directory file system attributes.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Platform.Inventory.Legacy
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public FileAttributes Attributes { get; set; }

Property Value

FileAttributes

Remarks

Note: The read-only flag is never set, Windows does not support viewing or modifying this attribute for directories.

See Also