Return the number of fields in the tuple.

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.2.0.015)

Syntax

C#
public abstract int Size { get; }
Visual Basic
Public MustOverride ReadOnly Property Size As Integer
	Get
Visual C++
public:
virtual property int Size {
	int get () abstract;
}
F#
abstract Size : int with get

Property Value

Type: Int32
The number of fields in the tuple

See Also