BcdBooleanElement class

Represents a boolean element.

Syntax

class BcdBooleanElement : BcdElement
{
  boolean Boolean;
};

Members

The BcdBooleanElement class has these types of members:

Properties

The BcdBooleanElement class has these properties.

Boolean

Data type: boolean

Access type: Read-only

The boolean value of the element.

Requirements

Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Namespace
Root\WMI
MOF
Bcd.mof

See also

BcdElement

SetBooleanElement