[TIBCO.EMS.UFOCLIENT .NET client library 5.1 documentation]

Sets a byte value with the specified name into the Map.

Namespace:  TIBCO.EMS.UFO
Assembly:  TIBCO.EMS.UFO (in TIBCO.EMS.UFO.dll)

Syntax

public void SetByte(
	string name,
	byte value
)
Public Sub SetByte ( _
	name As String, _
	value As Byte _
)
public:
void SetByte(
	String^ name, 
	unsigned char value
)

Parameters

name
Type: System..::.String
The name of the byte. Name cannot be null or an empty string.
value
Type: System..::.Byte
The byte value to set in the Map

Exceptions

ExceptionCondition
MessageNotWriteableExceptionAn TIBCO.EMS.MessageNotWriteableException may be thrown if the message is in read-only mode
System..::.ArgumentExceptionAn ArgumentException may be thrown if the name is null or if the name is an empty string

See Also