Gets the data.

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

Syntax

C#
public ASBlob Data { get; }
Visual Basic
Public ReadOnly Property Data As ASBlob
	Get
Visual C++
public:
virtual property ASBlob^ Data {
	ASBlob^ get () sealed;
}

Field Value

The data in the encoder

See Also