Share via


TransportServer.ActiveUserStatisticsLogPath property

Gets or sets the location of the per-user activity log files.

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

Syntax

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

value = instance.ActiveUserStatisticsLogPath

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

Property value

Type: Microsoft.Exchange.Data.LocalLongFullPath
The absolute path to the per-user activity log files. Setting this property to a null reference (Nothing in Visual Basic) disables per-user activity logging.

See also

Reference

TransportServer class

TransportServer members

Microsoft.Exchange.Data.Directory.Management namespace