DataPA Enterprise Dashboard Controls API Reference
Gets and sets the minimum time spane between each time this alert is raised
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public TimeSpan MinTimeSinceLastAlert { get; set; } |
Visual Basic |
---|
Public Property MinTimeSinceLastAlert As TimeSpan
Get
Set |
Visual C++ |
---|
public:
virtual property TimeSpan MinTimeSinceLastAlert {
TimeSpan get () sealed;
void set (TimeSpan value) sealed;
} |
Property Value
Type:
TimeSpanThe minimum time spane between each time this alert is raised
Return Value
Type:
TimeSpanThe minimum time spane between each time this alert is raised
Implements
DashboardAlert..::.._DashboardAlert..::..MinTimeSinceLastAlertRemarks
See Also