IFsrmRule.RuleType Property

 

Gets the type of rule.

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

Syntax

_FsrmRuleType RuleType { get; }
property _FsrmRuleType RuleType {
    _FsrmRuleType get();
}
abstract RuleType : _FsrmRuleType with get
ReadOnly Property RuleType As _FsrmRuleType

Property Value

Type: Microsoft.Storage._FsrmRuleType

A _FsrmRuleType that contains the type of the rule.

Remarks

The rule's type is specified when you call the CreateRule method to create the rule.

The name and rule type properties define a unique rule.

See Also

IFsrmRule Interface
Microsoft.Storage Namespace

Return to top