DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if a DashboardTab with the ID given is contained in the collection.
Returns a value that indicates if an object with the ID exists in the collection
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool Contains( string ID ) |
Visual Basic |
---|
Public Function Contains ( ID As String ) As Boolean |
Visual C++ |
---|
public: virtual bool Contains( String^ ID ) sealed |
Parameters
- ID
- Type: System..::..String
The ID of the DashboardTab to search for.
Return Value
Type: BooleanTrue if a DashboardTab with the ID given is contained in the collection.