Click or drag to resize
TuplePut Method (String, Char)
Given a name, stores the char value in the field with that name.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntax
public abstract Object Put(
	string fieldName,
	char value
)

Parameters

fieldName
Type: SystemString
Name of field
value
Type: SystemChar
true or false

Return Value

Type: Object
Old value if it exists, null otherwise
See Also