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
<ParameterAttribute(Mandatory := False)> _
Public Property ConnectivityLogEnabled As Boolean
Get
Set
'Usage
Dim instance As TransportServer
Dim value As Boolean
value = instance.ConnectivityLogEnabled
instance.ConnectivityLogEnabled = value
[ParameterAttribute(Mandatory = false)]
public bool ConnectivityLogEnabled { get; set; }
Property Value
Type: System.Boolean
true to enable the connectivity log; otherwise, false.