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

IP subnets for the distribution points

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 

ContentLocationIPSubnets 
IPSubnets { 
get; 
set; }
Public 
Property 
IPSubnets 
As 

ContentLocationIPSubnets
	
Get
	
Set
public:
property 

ContentLocationIPSubnets^ 
IPSubnets {
	

ContentLocationIPSubnets^ 
get ();
	
void 
set (

ContentLocationIPSubnets^ 
value);
}

See Also