ActionBase.Checked Property

 

Gets or sets the checked state of the action.

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

Syntax

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

Property Value

Type: System.Boolean

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

See Also

ActionBase Class
Microsoft.ManagementConsole Namespace

Return to top