Gets the remote memebrs.

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

Property Value

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

See Also