Gets the leeches.

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

Syntax

C#
ICollection<Member> Leeches { get; }
Visual Basic
ReadOnly Property Leeches As ICollection(Of Member)
	Get
Visual C++
property ICollection<Member^>^ Leeches {
	ICollection<Member^>^ get ();
}

Field Value

The collection of all the leeches

See Also