Share via


IFsrmQuota.MatchesSourceTemplate Property

 

Returns true if the properties of this instance match the source template and false if they don't.

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

Returns true if the properties of this instance match the source template and false if they don't.

Implements

IFsrmQuotaObject.MatchesSourceTemplate

See Also

IFsrmQuota Interface
Microsoft.Storage Namespace

Return to top