FileSystemEntryInfoAttributes Property |
Gets the attributes.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public FileAttributes Attributes { get; }
Public ReadOnly Property Attributes As FileAttributes
Get
public:
property FileAttributes Attributes {
FileAttributes get ();
}
member Attributes : FileAttributes with get
Property Value
Type:
FileAttributesThe attributes.
See Also