IFsrmSetting.DisableCommandLine Property
Retrieves or sets a value that determines whether FSRM prevents command line actions from running.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool DisableCommandLine { get; set; }
property bool DisableCommandLine {
bool get();
void set(bool value);
}
abstract DisableCommandLine : bool with get, set
Property DisableCommandLine As Boolean
Property Value
Type: System.Boolean
A Boolean that is set to VARIANT_TRUE to prevent FSRM from running command line actions; otherwise, VARIANT_FALSE. The default is VARIANT_FALSE.
Remarks
For an example, see IFsrmSetting.
See Also
FsrmSetting
IFsrmSetting Interface
Microsoft.Storage Namespace
Return to top