IFsrmQuotaTemplateImported.OverwriteOnCommit Property
Retrieves or sets a value that determines whether a quota template is overwritten if it exists when the template is imported.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool OverwriteOnCommit { get; set; }
property bool OverwriteOnCommit {
bool get();
void set(bool value);
}
abstract OverwriteOnCommit : bool with get, set
Property OverwriteOnCommit As Boolean
Property Value
Type: System.Boolean
A Boolean that is set to VARIANT_TRUE to overwrite a quota template if it exists; otherwise, set to VARIANT_FALSE. The default is VARIANT_FALSE.
See Also
FsrmQuotaTemplateManager
IFsrmQuotaTemplateImported Interface
Microsoft.Storage Namespace
Return to top