Get the byte array

Namespace: Com.Tibco.As.Space.Impl.Data
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.1.0.0 (2.1)

Syntax

C#
public byte[] Bytes { get; }
Visual Basic
Public ReadOnly Property Bytes As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ Bytes {
	array<unsigned char>^ get ();
}

Field Value

The byte array

See Also