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