OfflineAddressBook.IsDefault Property
Gets or sets a value that indicates whether the address book is the user’s default offline address book.
Namespace: Microsoft.Exchange.Data.Directory.SystemConfiguration
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute> _
Public Property IsDefault As Boolean
Get
Set
'Usage
Dim instance As OfflineAddressBook
Dim value As Boolean
value = instance.IsDefault
instance.IsDefault = value
[ParameterAttribute]
public bool IsDefault { get; set; }
Property Value
Type: System.Boolean
true if the address book is the user’s default offline address book; otherwise, false.