Share via


OrganizationConfig.EwsEnabled property

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public ReadOnly Property EwsEnabled As Nullable(Of Boolean)
    Get
'Usage
Dim instance As OrganizationConfig
Dim value As Nullable(Of Boolean)

value = instance.EwsEnabled
public Nullable<bool> EwsEnabled { get; }

Property value

Type: System.Nullable<Boolean>

See also

Reference

OrganizationConfig class

OrganizationConfig members

Microsoft.Exchange.Data.Directory.Management namespace