BitFlag.CheckState Property
Gets or sets the check state of the bit flag.
Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)
Usage
'Usage
Dim instance As BitFlag
Dim value As CheckState
value = instance.CheckState
instance.CheckState = value
Syntax
'Declaration
Public Property CheckState As CheckState
public CheckState CheckState { get; set; }
public:
property CheckState CheckState {
CheckState get ();
void set (CheckState value);
}
/** @property */
public CheckState get_CheckState ()
/** @property */
public void set_CheckState (CheckState value)
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
Reference
BitFlag Class
BitFlag Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
BitFlag.Checked Property