GlobalAddressList.IsDefaultGlobalAddressList Property
Gets a value that indicates whether this GlobalAddressList object is the default global address list (GAL).
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property IsDefaultGlobalAddressList As Boolean
Get
'Usage
Dim instance As GlobalAddressList
Dim value As Boolean
value = instance.IsDefaultGlobalAddressList
public bool IsDefaultGlobalAddressList { get; }
Property Value
Type: System.Boolean
true if this GlobalAddressList object is the default GAL; otherwise, false.