Given a name, stores the string value in the field with that name.

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

Syntax

C#
public abstract Object PutString(
	string fieldName,
	string value
)
Visual Basic
Public MustOverride Function PutString ( _
	fieldName As String, _
	value As String _
) As Object
Visual C++
public:
virtual Object^ PutString(
	String^ fieldName, 
	String^ value
) abstract

Parameters

fieldName
Type: System..::..String
Name of field
value
Type: System..::..String
true or false

Return Value

Old value if it exists, null otherwise

See Also