SpaceDefIndexDefList Property |
Get all index definition
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<IndexDef> IndexDefList { get; }
Public MustOverride ReadOnly Property IndexDefList As ICollection(Of IndexDef)
Get
public:
virtual property ICollection<IndexDef^>^ IndexDefList {
ICollection<IndexDef^>^ get () abstract;
}
abstract IndexDefList : ICollection<IndexDef> with get
Property Value
Type:
ICollectionIndexDefCollection of all the index definitions
See Also