Share via


IFsrmQuotaObject.SourceTemplateName Property

 

Retrieves the name of the template from which this quota was derived.

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

A String that contains the name of the template from which this quota object was derived.

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top