INetworkAdapterInfoNetConnectionId 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 string NetConnectionId { get; set; }
Property NetConnectionId As String
Get
Set
property String^ NetConnectionId {
String^ get ();
void set (String^ value);
}
abstract NetConnectionId : string with get, set
Property Value
Type:
String
The net connection ID.
See Also