Gets the remote memebrs.

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> RemoteMembers { get; }
Visual Basic
ReadOnly Property RemoteMembers As ICollection(Of Member)
	Get
Visual C++
property ICollection<Member^>^ RemoteMembers {
	ICollection<Member^>^ get ();
}

Field Value

The collection of all the remote members

See Also