Gets the get count.

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#
long GetCount { get; }
Visual Basic
ReadOnly Property GetCount As Long
	Get
Visual C++
property long long GetCount {
	long long get ();
}
F#
abstract GetCount : int64 with get

Property Value

Type: Int64
The get count

See Also