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

Content location IP subnets

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
Collection<

ContentLocationIPSubnet> 
IPSubnets { 
get; }
Public 
ReadOnly 
Property 
IPSubnets 
As 
Collection(
Of 

ContentLocationIPSubnet)
	
Get
public:
property 
Collection<

ContentLocationIPSubnet^>^ 
IPSubnets {
	
Collection<

ContentLocationIPSubnet^>^ 
get ();
}

See Also