BcdObjectListElement class

Represents a list of objects. Each element in the Ids array specifies the GUID of an object in the same store.

Syntax

class BcdObjectListElement : BcdElement
{
  string Ids[];
};

Members

The BcdObjectListElement class has these types of members:

Properties

The BcdObjectListElement class has these properties.

Ids

Data type: string array

Access type: Read-only

The array of object identifiers.

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