IFsrmPropertyDefinition2.PropertyDefinitionFlags Property
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