다음을 통해 공유


IFsrmFileScreenTemplateImported.OverwriteOnCommit Property

 

Retrieves or sets a value that determines whether a file screen 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

Returns a Boolean; Set to VARIANT_TRUE to overwrite a file screen template if it exists; otherwise, set to VARIANT_FALSE. The default is VARIANT_FALSE.

See Also

IFsrmFileScreenTemplateImported Interface
Microsoft.Storage Namespace

Return to top