IFsrmQuotaTemplate.Name Property
Retrieves and sets the name of the quota template.
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
Returns a String containing a unique name for the quota template. The string is limited to 4,000 characters.
Remarks
If you do not specify a name, FSRM generates a unique name that begins with "QuotaTemplate".
See Also
IFsrmQuotaTemplate Interface
Microsoft.Storage Namespace
Return to top