INetworkAdapterConfigurationInfoIpAddress 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 string[] IpAddress { get; set; }
Property IpAddress As String()
Get
Set
property array<String^>^ IpAddress {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract IpAddress : string[] with get, set
Property Value
Type:
String
The IP address.
See Also