Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the attributes of the file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
uint Attributes { get; }
property unsigned int Attributes {
unsigned int get();
}
abstract Attributes : uint32 with get
ReadOnly Property Attributes As UInteger
Property Value
Type: System.UInt32
Returns a UInt32 containing the attributes of the file. For details, see the WIN32_FILE_ATTRIBUTE_DATA structure.
See Also
IFsrmPropertyBag Interface
Microsoft.Storage Namespace
Return to top