BcdObjectElement class

Represents an object element. The Id property specifies a BcdObject in the same store.

Syntax

class BcdObjectElement : BcdElement
{
  string Id;
};

Members

The BcdObjectElement class has these types of members:

Properties

The BcdObjectElement class has these properties.

Id

Data type: string

Access type: Read-only

The GUID of the object.

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

SetObjectElement