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