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 flags for the property definition as enumerated by the _FsrmPropertyDefinitionFlags enumeration.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int PropertyDefinitionFlags { get; }
property int PropertyDefinitionFlags {
int get();
}
abstract PropertyDefinitionFlags : int with get
ReadOnly Property PropertyDefinitionFlags As Integer
Property Value
Type: System.Int32
A Int32 containing the flags for the property definition as enumerated by the _FsrmPropertyDefinitionFlags enumeration.
See Also
IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace
Return to top