Share via


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
Public Property RoutingTableLogPath As LocalLongFullPath
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath

value = instance.RoutingTableLogPath

instance.RoutingTableLogPath = value
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.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace