TransportServer.RoutingTableLogPath Property
Gets or sets the location of the routing table log files.
Namespace: Microsoft.Exchange.Data.Directory.Management
Assembly: Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)
Syntax
'Declaration
<ParameterAttribute(Mandatory := False)> _
Public Property RoutingTableLogPath As LocalLongFullPath
Get
Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath
value = instance.RoutingTableLogPath
instance.RoutingTableLogPath = value
[ParameterAttribute(Mandatory = false)]
public LocalLongFullPath RoutingTableLogPath { get; set; }
Property Value
Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the routing table log files. The default value is C:\Program Files\Microsoft\Exchange Server TransportRoles\Logs\Routing.
Remarks
If you set the RoutingTableLogPath property to a null reference (Nothing in Visual Basic), routing table logging is disabled.