Return the number of fields in the tuple.
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract int Size { get; }
Public MustOverride ReadOnly Property Size As Integer
Get
public:
virtual property int Size {
int get () abstract;
}
abstract Size : int with get
Property Value
Type:
Int32The number of fields in the tuple
See Also