HWConfig_NIC class

The HWConfig_NIC class is the event type class for network interface card configuration events.

The following syntax is simplified from MOF code.

Syntax

[EventType(13), EventTypeName("NIC")]
class HWConfig_NIC : HWConfig
{
  string NICName;
};

Members

The HWConfig_NIC class has these types of members:

Properties

The HWConfig_NIC class has these properties.

NICName

Data type: string

Access type: Read-only

Qualifiers: WmiDataId(1), StringTermination("NullTerminated"), Format("w")

Name of the network interface card.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
None supported

See also

HWConfig