DataPA Enterprise Dashboard Controls API Reference
Gets and sets the logging object for this managed dashboard instance.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
DPALoggingThe logging object for this managed dashboard instance.
Return Value
Type:
DPALoggingThe logging object for this managed dashboard instance.
Remarks
See Also