com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..AddString Method

Adds a String to the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public EmbeddedMessage AddString(

	string value

)

Parameters

value
Type: String
The String to add.

Return Value

The message that the String was added to.