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