DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if this is a query or dashboard object alert

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

Syntax

C#
public DashboardAlert..::..AlertTypeEnum AlertType { get; }
Visual Basic
Public ReadOnly Property AlertType As DashboardAlert..::..AlertTypeEnum
	Get
Visual C++
public:
virtual property DashboardAlert..::..AlertTypeEnum AlertType {
	DashboardAlert..::..AlertTypeEnum get () sealed;
}

Property Value

Type: DashboardAlert..::..AlertTypeEnum
A value that indicates if this is a query or dashboard object alert

Return Value

Type: DashboardAlert..::..AlertTypeEnum
A value that indicates if this is a query or dashboard object alert

Implements

DashboardAlert..::.._DashboardAlert..::..AlertType

Remarks