INetworkAdapterInfoNetConnectionStatus Property |
Win32_NetworkAdapter: NetConnectionStatus: State of the network adapter connection to
the network.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax int NetConnectionStatus { get; set; }
Property NetConnectionStatus As Integer
Get
Set
property int NetConnectionStatus {
int get ();
void set (int value);
}
abstract NetConnectionStatus : int with get, set
Property Value
Type:
Int32
The net connection status.
See Also