[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Sets a byte property value with the specified name into the message
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
public void SetByteProperty( string name, byte val ) |
Public Sub SetByteProperty ( _ name As String, _ val As Byte _ ) |
public: void SetByteProperty( String^ name, unsigned char val ) |
Parameters
- name
- Type: System..::.String
the name of the byte property
- val
- Type: System..::.Byte
the byte property value to set
Remarks
Property names must obey the JMS rules for a message selector identifier.
Property names must not be null, and must not be empty strings.
Exceptions
Exception | Condition |
---|---|
TIBCO.EMS..::.MessageNotWriteableException | An MessageNotWriteableException may be thrown if properties are read-only |
System..::.ArgumentException | An ArgumentException may be thrown if the name is null or if the name is an empty string |