Get and set the index type

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 IndexDef..::..IndexType IndexType { get; set; }
Visual Basic
Public MustOverride Property IndexType As IndexDef..::..IndexType
	Get
	Set
Visual C++
public:
virtual property IndexDef..::..IndexType IndexType {
	IndexDef..::..IndexType get () abstract;
	void set (IndexDef..::..IndexType value) abstract;
}

Field Value

The type of the index.

See Also