Click or drag to resize

NetworkAdapterConfigurationInfoIpAddress Property

Win32_NetworkAdapterConfiguration: IPAddress: Array of all of the IP addresses associated with the current network adapter.

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[] IpAddress { get; set; }

Property Value

Type: String
The IP address.

Implements

INetworkAdapterConfigurationInfoIpAddress
See Also