INetworkAdapterConfigurationInfoIpEnabled Property |
Win32_NetworkAdapterConfiguration: IPEnabled: If TRUE, TCP/IP is bound
and enabled on this network adapter.
Namespace:
Xcalibur.Models.Hardware.Network
Assembly:
Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax bool IpEnabled { get; set; }
Property IpEnabled As Boolean
Get
Set
property bool IpEnabled {
bool get ();
void set (bool value);
}
abstract IpEnabled : bool with get, set
Property Value
Type:
Booleantrue if [IP enabled]; otherwise,
false.
See Also