DataPA Enterprise Dashboard Controls API Reference
Gets and sets the logging methods setting.

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: String
A comma separated list of Enum values of the LoggingMethod Type. 0 means all.

Return Value

Type: String
A comma separated list of Enum values of the LoggingMethod Type. 0 means all.

Remarks