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

IP address subnet or range, its use in the request depends on RequestType

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

Syntax

                 
  C#     Visual Basic     Visual C++  
[

MessagePropertyAttribute(

MessagePropertyImportance.Required)]
public 
IPAddress 
IPAddress { 
get; 
private 
set; }
<

MessagePropertyAttribute(

MessagePropertyImportance.Required)> _
Public 
Property 
IPAddress 
As 
IPAddress
	
Get
	
Private 
Set
[

MessagePropertyAttribute(

MessagePropertyImportance::Required)]
public:
property 
IPAddress^ 
IPAddress {
	
IPAddress^ 
get ();
	
private: 
void 
set (
IPAddress^ 
value);
}

See Also