Click or drag to resize
SessionManagerMessageLogFile Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets and sets a value that specifies the log file messages will be written to if silent is true.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public static string MessageLogFile { get; set; }

Property Value

Type: String
The log file messages will be written to if silent is true.

Return Value

Type: String
The log file messages will be written to if silent is true.
Remarks
Defaults to [Local Application Data]\DataPA\MessageLog.txt
See Also