DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if a DashboardAlert object is removed from the collection.
      
    
 Removes a DashboardAlert from this collection.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public bool Remove( string ID )  | 
| Visual Basic | 
|---|
Public Function Remove ( ID As String ) As Boolean  | 
| Visual C++ | 
|---|
public: virtual bool Remove( String^ ID ) sealed  | 
Parameters
- ID
 - Type: System..::..String
The ID of the DashboardAlert you wish to remove. 
Return Value
Type: BooleanTrue if a DashboardAlert object is removed from the collection.