DataPA Enterprise Dashboard Controls 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

C#
public static string MessageLogFile { get; set; }
Visual Basic
Public Shared Property MessageLogFile As String
	Get
	Set
Visual C++
public:
static property String^ MessageLogFile {
	String^ get ();
	void set (String^ value);
}

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