Click or drag to resize

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 Value

Type: Boolean
true if [IP enabled]; otherwise, false.
See Also