Click or drag to resize

NetworkAdapterInfoNetConnectionId Property

Win32_NetworkAdapter: NetConnectionID: Name of the network connection as it appears in the Network Connections Control Panel program.

Namespace:  Xcalibur.Models.Hardware.Network
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
[DataMemberAttribute]
public string NetConnectionId { get; set; }

Property Value

Type: String
The net connection ID.

Implements

INetworkAdapterInfoNetConnectionId
See Also