CollectionRemove Method (String) |
|
DataPA OpenAnalytics API Reference
Removes an element from a Collection object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void Remove(
string Key
)
Public Sub Remove (
Key As String
)
public:
virtual void Remove(
String^ Key
) sealed
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