Win32_ProtocolBinding class
The Win32_ProtocolBinding association WMI class relates a system-level driver, network protocol, and network adapter.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
class Win32_ProtocolBinding
{
Win32_NetworkProtocol Antecedent;
Win32_SystemDriver Dependent;
Win32_NetworkAdapter Device;
};
Members
The Win32_ProtocolBinding class has these types of members:
Properties
The Win32_ProtocolBinding class has these properties.
- Antecedent
-
- Data type: Win32_NetworkProtocol
- Access type: Read-only
- Qualifiers: Key
Reference to the instance representing the protocol that is used with the system driver and on the network adapter.
- Dependent
-
- Data type: Win32_SystemDriver
- Access type: Read-only
Reference to the instance representing the system driver that uses the network adapter through the network protocol of this class.
- Device
-
- Data type: Win32_NetworkAdapter
- Access type: Read-only
- Qualifiers: Key
Properties of the network adapter being used on the computer system.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server | Windows 2000 Server [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 11/19/2012