Get and set the index type

Namespace: Com.Tibco.As.Space
Assembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.4.0.001)

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;
}
F#
abstract IndexType : IndexDef..::..IndexType with get, set

Property Value

Type: IndexDef..::..IndexType
The type of the index.

See Also