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