IFsrmPropertyDefinition2.AppliesTo Property

 

Retrieves the flags with values from the _FsrmPropertyDefinitionAppliesTo enumeration that indicate what a FSRM property definition can be applied to.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

int AppliesTo { get; }
property int AppliesTo {
    int get();
}
abstract AppliesTo : int with get
ReadOnly Property AppliesTo As Integer

Property Value

Type: System.Int32

A Int32 containing the object types the property definition can apply to as enumerated by the _FsrmPropertyDefinitionAppliesTo enumeration.

See Also

IFsrmPropertyDefinition2 Interface
Microsoft.Storage Namespace

Return to top