Compartir a través de


ClientAccessServer.AutoDiscoverServiceGuid Property

Gets the unique identifier of the Autodiscover service.

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

Syntax

'Declaration
Public Property AutoDiscoverServiceGuid As Nullable(Of Guid)
    Get
    Friend Set
'Usage
Dim instance As ClientAccessServer
Dim value As Nullable(Of Guid)

value = instance.AutoDiscoverServiceGuid
public Nullable<Guid> AutoDiscoverServiceGuid { get; internal set; }

Property Value

Type: System.Nullable<Guid>
The unique identifier of the Autodiscover service. Can be a null reference (Nothing in Visual Basic).