BcdIntegerListElement class

Represents an integer list element.

Syntax

class BcdIntegerListElement : BcdElement
{
  string Integers[];
};

Members

The BcdIntegerListElement class has these types of members:

Properties

The BcdIntegerListElement class has these properties.

Integers

Data type: string array

Access type: Read-only

The array of 64-bit integers. The values are passed as strings 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

SetObjectListElement