Share via


TransportServer.ServerStatisticsLogPath property

Gets or sets the location of the server statistics log files.

Namespace:  Microsoft.Exchange.Data.Directory.Management
Assembly:  Microsoft.Exchange.Data.Directory (in Microsoft.Exchange.Data.Directory.dll)

Syntax

'Declaration
Public Property ServerStatisticsLogPath As LocalLongFullPath
    Get
    Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath

value = instance.ServerStatisticsLogPath

instance.ServerStatisticsLogPath = value
public LocalLongFullPath ServerStatisticsLogPath { get; set; }

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the server statistics log files.

Remarks

If you set the SendProtocolLogPath property to a null reference (Nothing in Visual Basic), you disable server statistic logging.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace