Removes an object from the collection using the object key

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void RemoveKey(
	string key
)
Visual Basic
Public Sub RemoveKey ( _
	key As String _
)
JScript
public function RemoveKey(
	key : String
)

Parameters

key
Type: System..::..String
The key of the object that must be deleted

Exceptions

ExceptionCondition
System..::..ArgumentExceptionPre-defined objects cannot be deleted

See Also