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

EmbeddedMessage..::..Add Method (String)

Adds a [string] to the message.

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

Syntax


public EmbeddedMessage Add(

	string value

)

Parameters

value
Type: String
The [string] to add.

Return Value

The message that the [string] was added to.

Remarks


This method is simply an alternative way of calling AddString(String).