CollectionContains Method |
|
DataPA OpenAnalytics API Reference
Returns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool Contains(
string Key
)
Public Function Contains (
Key As String
) As Boolean
public:
virtual bool Contains(
String^ Key
) sealed
Parameters
- Key
- Type: SystemString
Required. A String expression that specifies the key for which to search the elements of the collection.
Return Value
Type:
BooleanReturns a Boolean value indicating whether a Visual Basic Collection object contains an element with a specific key.
Implements
Collection_CollectionContains(String)See Also