IFsrmClassificationRule.RuleType Property

 

Gets the RuleType property.

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

Returns the RuleType property.

Implements

IFsrmRule.RuleType

See Also

IFsrmClassificationRule Interface
Microsoft.Storage Namespace

Return to top