RoutingHost.IsIPAddress Property
Namespace: Microsoft.Exchange.Data.Transport
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public ReadOnly Property IsIPAddress As Boolean
Get
'Usage
Dim instance As RoutingHost
Dim value As Boolean
value = instance.IsIPAddress
public bool IsIPAddress { get; }
Property Value
Type: System.Boolean
Returns Boolean.
See Also