Share via


FsrmSettingClass.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

public virtual bool DisableCommandLine { get; set; }
public:
property bool DisableCommandLine {
    virtual bool get();
    virtual void set(bool value);
}
abstract DisableCommandLine : bool with get, set
override DisableCommandLine : bool with get, set
Public Overridable Property DisableCommandLine As Boolean

Property Value

Type: System.Boolean

Set to true to prevent FSRM from running command line actions; otherwise, false. The default is false.

Implements

IFsrmSetting.DisableCommandLine

See Also

FsrmSetting
IFsrmSetting
FsrmSettingClass Class
Microsoft.Storage Namespace

Return to top