ManagedDashboardDPALogging Property |
|
DataPA OpenAnalytics 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 public DPALogging DPALogging { get; set; }
Public Property DPALogging As DPALogging
Get
Set
public:
virtual property DPALogging^ DPALogging {
DPALogging^ get () sealed;
void set (DPALogging^ value) sealed;
}
function get_DPALogging();
function set_DPALogging(value);
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