Share via


ManagementPackConsoleTask.Enabled Property

Definition

Gets or sets a Boolean value that determines whether the console task is enabled to run.

public:
 property bool Enabled { bool get(); void set(bool value); };
[Microsoft.EnterpriseManagement.Configuration.CriteriaPropertyMapping("Enabled")]
public bool Enabled { get; set; }
member this.Enabled : bool with get, set
Public Property Enabled As Boolean

Property Value

true if the console task is enabled to run; otherwise, false.

Attributes

Applies to