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

EmbeddedMessage..::..AddBool Method

Adds a Boolean to the message.

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

Syntax


public EmbeddedMessage AddBool(

	bool value

)

Parameters

value
Type: Boolean
The Boolean to add.

Return Value

The message that the Boolean was added to.