Gets or sets the check state of the bit flag. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As BitFlag
Dim value As CheckState

value = instance.CheckState

instance.CheckState = value

Syntax

Visual Basic
Public Property CheckState As CheckState
C#
public CheckState CheckState { get; set; }
C++
public:
property CheckState CheckState {
		CheckState get ();
		void set (CheckState value);
}
J#
/** @property */
public CheckState get_CheckState ()

/** @property */
public void set_CheckState (CheckState value)
JScript
public function get CheckState () : CheckState

public function set CheckState (value : CheckState)

Property Value

System.Windows.Forms.CheckState enumeration value.

Remarks

Your application sets this property only if the Checked property is set to true.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also