ContentLocationIPSubnet Class
Represents an IP subnet contained in a content location reply.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Name | Description | |
|---|---|---|
![]() | ContentLocationIPSubnet() | Initializes a new instance of the ContentLocationIPSubnet class. |
| Name | Description | |
|---|---|---|
![]() | SubnetAddress | Gets or sets an IP address as a string. This property is used for serialization. Use SubnetAddressIP instead. |
![]() | SubnetAddressIP | Gets the IP address of the subnet. If the value is not a valid IP address, the property returns null. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

