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).