Click or drag to resize
CollectionContains Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool Contains(
	string Key
)

Parameters

Key
Type: SystemString
Required. A String expression that specifies the key for which to search the elements of the collection.

Return Value

Type: Boolean
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.

Implements

Collection_CollectionContains(String)
See Also