Get all index definition
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)
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;
} |
F# |
---|
abstract IndexDefList : ICollection<IndexDef> with get
|
Property Value
Type:
ICollection<(Of <(<'IndexDef>)>)>Collection of all the index definitions
See Also