Click or drag to resize
CollectionRemove Method (String) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Removes an element from a Collection object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public void Remove(
	string Key
)

Parameters

Key
Type: SystemString
A unique String expression that specifies a key string that can be used, instead of a positional index, to access an element of the collection. Key must correspond to the Key argument specified when the element was added to the collection.

Implements

Collection_CollectionRemove(String)
See Also