IFsrmRule.Name Property
Gets and retrieves the name of the rule.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string Name { get; set; }
property String^ Name {
String^ get();
void set(String^ value);
}
abstract Name : string with get, set
Property Name As String
Property Value
Type: System.String
A String that contains the name of the rule. The name must be unique and is limited to 100 characters.
Remarks
The name must be unique for its type (see the RuleType property).
See Also
IFsrmRule Interface
Microsoft.Storage Namespace
Return to top