IFsrmRule.RuleFlags Property
Gets or sets the flags that define the state of the rule.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
int RuleFlags { get; set; }
property int RuleFlags {
int get();
void set(int value);
}
abstract RuleFlags : int with get, set
Property RuleFlags As Integer
Property Value
Type: System.Int32
A Int32 that contains the flags that define the state of the rule. For possible values, see the _FsrmRuleFlags enumeration.
See Also
IFsrmRule Interface
Microsoft.Storage Namespace
Return to top