ActionBase.Enabled Property

 

Gets or sets the enabled state of the action.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

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

Property Value

Type: System.Boolean

If the action is enabled, this value is true; otherwise, false.

See Also

ActionBase Class
Microsoft.ManagementConsole Namespace

Return to top