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