TransportServer.ConnectivityLogEnabled property
Gets or sets a value that indicates whether the connectivity log is enabled.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
Public Property ConnectivityLogEnabled As Boolean
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Boolean
value = instance.ConnectivityLogEnabled
instance.ConnectivityLogEnabled = value
public bool ConnectivityLogEnabled { get; set; }
Property value
Type: System.Boolean
true to enable the connectivity log; otherwise, false.