[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

IP Address of the subnet. If invalid, returns null.

Namespace:  Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
IPAddress 
SubnetAddressIP { 
get; }
Public 
ReadOnly 
Property 
SubnetAddressIP 
As 
IPAddress
	
Get
public:
property 
IPAddress^ 
SubnetAddressIP {
	
IPAddress^ 
get ();
}

See Also