ContentLocationLocationRecord.IPSubnets Property
Gets or sets the IP subnets for the distribution points.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public ContentLocationIPSubnets IPSubnets { get; set; }
public:
property ContentLocationIPSubnets^ IPSubnets {
ContentLocationIPSubnets^ get();
void set(ContentLocationIPSubnets^ value);
}
Public Property IPSubnets As ContentLocationIPSubnets
Property Value
Type: Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationIPSubnets
See Also
ContentLocationLocationRecord Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top