BcdIntegerElement class

Represents an integer element.

Syntax

class BcdIntegerElement : BcdElement
{
  uint64 Integer;
};

Members

The BcdIntegerElement class has these types of members:

Properties

The BcdIntegerElement class has these properties.

Integer

Data type: uint64

Access type: Read-only

The integer value of the element. The value is passed as a string because Automation does not natively support 64-bit integers.

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

SetIntegerElement