Gets the leeches.

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

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 ();
}
F#
abstract Leeches : ICollection<Member> with get

Property Value

Type: ICollection<(Of <(<'Member>)>)>
The collection of all the leeches

See Also