Get all index definition

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

Syntax

C#
public abstract ICollection<IndexDef> IndexDefList { get; }
Visual Basic
Public MustOverride ReadOnly Property IndexDefList As ICollection(Of IndexDef)
	Get
Visual C++
public:
virtual property ICollection<IndexDef^>^ IndexDefList {
	ICollection<IndexDef^>^ get () abstract;
}

Field Value

Collection of all the index definitions

See Also