Given a name, stores the string value in the field with that name.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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 |
F# |
---|
abstract PutString :
fieldName : string *
value : string -> Object
|
Return Value
Type:
ObjectOld value if it exists, null otherwise
See Also