DataPA Enterprise Dashboard Controls API Reference
Gets the DashboardAlert this event relates to.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public DashboardAlert DashboardAlert { get; } |
Visual Basic |
---|
Public ReadOnly Property DashboardAlert As DashboardAlert
Get |
Visual C++ |
---|
public:
virtual property DashboardAlert^ DashboardAlert {
DashboardAlert^ get () sealed;
} |
Return Value
Type:
DashboardAlertThe DashboardAlert this event relates to.
Remarks
See Also