Server.ExternalIPAddress Property
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ExternalIPAddress As IPAddress
Get
Set
'Usage
Dim instance As Server
Dim value As IPAddress
value = instance.ExternalIPAddress
instance.ExternalIPAddress = value
[ParameterAttribute(Mandatory = false)]
public IPAddress ExternalIPAddress { get; set; }
Property Value
Type: System.Net.IPAddress