Share via


ContentLocationIPSubnet.SubnetAddressIP Property

 

Gets the IP address of the subnet. If the value is not a valid IP address, the property returns null.

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

Syntax

public IPAddress SubnetAddressIP { get; }
public:
property IPAddress^ SubnetAddressIP {
    IPAddress^ get();
}
Public ReadOnly Property SubnetAddressIP As IPAddress

Property Value

Type: System.Net.IPAddress

See Also

ContentLocationIPSubnet Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace

Return to top