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