DataPA Enterprise Dashboard Controls API Reference
Gets and sets the logging object for this managed dashboard instance.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

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

Property Value

Type: DPALogging
The logging object for this managed dashboard instance.

Return Value

Type: DPALogging
The logging object for this managed dashboard instance.

Remarks