OrganizationConfig.MaxOfflineAddressBooks property
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public ReadOnly Property MaxOfflineAddressBooks As Nullable(Of Integer)
Get
'Usage
Dim instance As OrganizationConfig
Dim value As Nullable(Of Integer)
value = instance.MaxOfflineAddressBooks
public Nullable<int> MaxOfflineAddressBooks { get; }
Property value
Type: System.Nullable<Int32>