Namespace:
Apache.NMS
Assembly: Apache.NMS (in Apache.NMS.dll)
Assembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Property Content As Byte() Get Set |
| C# |
|---|
byte[] Content { get; set; } |
| Visual C++ |
|---|
property array<unsigned char>^ Content { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |
| JavaScript |
|---|
function get_content(); function set_content(value); |