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