Remove the value corresponding to the field name from Tuple.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

Syntax

C#
public abstract Object Remove(
	string fieldName
)
Visual Basic
Public MustOverride Function Remove ( 
	fieldName As String
) As Object
Visual C++
public:
virtual Object^ Remove(
	String^ fieldName
) abstract
F#
abstract Remove : 
        fieldName : string -> Object 

Parameters

fieldName
Type: System..::..String
Name of field

Return Value

Type: Object
Return old value, null if it does not exist

See Also