WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetByteArray Method
NamespacesIBM.Broker.PluginNBElementGetByteArray()()()()
SUMMARY
The GetByteArray method returns an Byte[] value containing the value of the NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] GetByteArray()
Public Function GetByteArray As Byte()
public:
array<unsigned char>^ GetByteArray()
member GetByteArray : unit -> byte[] 
Return Value
The current element's value.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value of the element is not of type Byte[].

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0