UMServer.ExternalServiceFqdn Property
Gets or sets the host name of the load balancer that is servicing Unified Messaging servers.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property ExternalServiceFqdn As UMSmartHost
Get
Set
'Usage
Dim instance As UMServer
Dim value As UMSmartHost
value = instance.ExternalServiceFqdn
instance.ExternalServiceFqdn = value
[ParameterAttribute(Mandatory = false)]
public UMSmartHost ExternalServiceFqdn { get; set; }
Property Value
Type: Microsoft.Exchange.Data.UMSmartHost
The IP address and fully qualified domain name (FQDN) of the external load balancer.
See Also