Share via


IFsrmFileManagementJob.Enabled Property

 

Retrieves or sets a value that Indicates whether the job enabled (can run).

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

bool Enabled { get; set; }
property bool Enabled {
    bool get();
    void set(bool value);
}
abstract Enabled : bool with get, set
Property Enabled As Boolean

Property Value

Type: System.Boolean

Set to true to enable the job to run; otherwise, false. The default is true.

See Also

IFsrmFileManagementJob Interface
Microsoft.Storage Namespace

Return to top