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

EmbeddedMessage..::..Add Method (Boolean)

Adds a [bool] to the message.

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

Syntax


public EmbeddedMessage Add(

	bool value

)

Parameters

value
Type: Boolean
The [bool] to add.

Return Value

The message that the [bool] was added to.

Remarks


This method is simply an alternative way of calling AddBool(Boolean).