BcdStringElement class

Represents a string element.

Syntax

class BcdStringElement : BcdElement
{
  string String;
};

Members

The BcdStringElement class has these types of members:

Properties

The BcdStringElement class has these properties.

String

Data type: string

Access type: Read-only

The string value.

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

SetStringElement