ContentLocationIPSubnet.SubnetAddress Property
Gets or sets an IP address as a string. This property is used for serialization. Use SubnetAddressIP instead.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
public string SubnetAddress { get; set; }
public:
property String^ SubnetAddress {
String^ get();
void set(String^ value);
}
Public Property SubnetAddress As String
Property Value
Type: System.String
See Also
ContentLocationIPSubnet Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top