MetaspaceMetaspaceMembers Property |
Return the collection of
Member from the metaspace
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract ICollection<Member> MetaspaceMembers { get; }
Public MustOverride ReadOnly Property MetaspaceMembers As ICollection(Of Member)
Get
public:
virtual property ICollection<Member^>^ MetaspaceMembers {
ICollection<Member^>^ get () abstract;
}
abstract MetaspaceMembers : ICollection<Member> with get
Property Value
Type:
ICollectionMember
The list of all members currently connected to the metaspace
See Also