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 indextype.

See Also