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
<ParameterAttribute(Mandatory := False)> _
Public Property ServerStatisticsLogPath As LocalLongFullPath
Get
Set
'Usage
Dim instance As TransportServer
Dim value As LocalLongFullPath
value = instance.ServerStatisticsLogPath
instance.ServerStatisticsLogPath = value
[ParameterAttribute(Mandatory = false)]
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.