FileMetadata 1.0 control documentation

Gets a value that indicates whether the file supports metadata (Alternate Data Streams) or not.

[Visual Basic]
Public ReadOnly Property Supported As Boolean
[C#]
public bool Supported {get;}

Property Value

true if the file is on NTFS formatted volumes and support metadata; otherwise, false.

Remarks

This property don't indicates if application has permissions to Read/Write metadata!.

See Also

FileMetadata Class | ElementIT.FileMetadata Namespace