IStorageItem.Attributes Property
Definition
Gets the attributes of a storage item.
public:
property FileAttributes Attributes { FileAttributes get(); };
FileAttributes Attributes();
public FileAttributes Attributes { get; }
var fileAttributes = iStorageItem.attributes;
Public ReadOnly Property Attributes As FileAttributes
Property Value
The file or folder attributes.