IFsrmQuota.SourceTemplateName Property
Gets the SourceTemplateName property.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string SourceTemplateName { get; }
property String^ SourceTemplateName {
String^ get();
}
abstract SourceTemplateName : string with get
ReadOnly Property SourceTemplateName As String
Property Value
Type: System.String
Returns the name of the template from which this quota object was derived.
Implements
IFsrmQuotaObject.SourceTemplateName
See Also
IFsrmQuota Interface
Microsoft.Storage Namespace
Return to top