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
[Dynamic, Association, Provider("CIMWin32"), UUID("{8502C509-5FBB-11D2-AAC1-006008C78BC7}"), AMENDMENT]
class Win32_ProtocolBinding
{
Win32_NetworkProtocol REF Antecedent;
Win32_SystemDriver REF Dependent;
Win32_NetworkAdapter REF 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, MappingStrings ("WMI|Win32_NetworkProtocol")
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
-
Qualifiers: MappingStrings ("WMI|Win32_SystemDriver")
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, MappingStrings ("WMI|Win32_NetworkAdapter")
Properties of the network adapter being used on the computer system.
-
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|
See also