SpaceDefGetIndexDef Method |
Get the index definition for name
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract IndexDef GetIndexDef(
string name
)
Public MustOverride Function GetIndexDef (
name As String
) As IndexDef
public:
virtual IndexDef^ GetIndexDef(
String^ name
) abstract
abstract GetIndexDef :
name : string -> IndexDef
Parameters
- name
- Type: SystemString
The index name
Return Value
Type:
IndexDefThe index object
See Also