ClientAccessServer.AutoDiscoverServiceInternalUri Property

Gets or sets the URI that is used internally to contact the Autodiscover service.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property AutoDiscoverServiceInternalUri As Uri
    Get
    Set
'Usage
Dim instance As ClientAccessServer
Dim value As Uri

value = instance.AutoDiscoverServiceInternalUri

instance.AutoDiscoverServiceInternalUri = value
public Uri AutoDiscoverServiceInternalUri { get; set; }

Property Value

Type: System.Uri
The intranet URI of the Autodiscover service.