Share via


IFsrmQuotaObject.MatchesSourceTemplate Property

 

Retrieves a value that determines whether the property values of this quota object match those of the template from which it was derived.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

bool MatchesSourceTemplate { get; }
property bool MatchesSourceTemplate {
    bool get();
}
abstract MatchesSourceTemplate : bool with get
ReadOnly Property MatchesSourceTemplate As Boolean

Property Value

Type: System.Boolean

A Boolean that contains VARIANT_TRUE if all the property values of this object match those of the template; otherwise, VARIANT_FALSE.

See Also

IFsrmQuotaObject Interface
Microsoft.Storage Namespace

Return to top