ManagedDashboardShowDebugInfo Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that indicates if this dashboard will show debug information.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowDebugInfo { get; set; }
Public Property ShowDebugInfo As Boolean
Get
Set
public:
virtual property bool ShowDebugInfo {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowDebugInfo();
function set_ShowDebugInfo(value);
Property Value
Type:
BooleanTrue if this dashboard will show debug information.
Return Value
Type:
BooleanTrue if this dashboard will show debug information.
Remarks See Also