INetworkAdapterConfigurationInfoIpSubnet Property |
Win32_NetworkAdapterConfiguration: IPSubnet: Array of all of the subnet masks
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[] IpSubnet { get; set; }
Property IpSubnet As String()
Get
Set
property array<String^>^ IpSubnet {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract IpSubnet : string[] with get, set
Property Value
Type:
String
The IP subnet.
See Also