Get and set the index type
Namespace: Com.Tibco.As.SpaceAssembly: TIBCO.ActiveSpaces.Common (in TIBCO.ActiveSpaces.Common.dll) Version: 2.0.0.0 (2.1.5.12)
Syntaxpublic abstract IndexDefIndexType IndexType { get; set; }
Public MustOverride Property IndexType As IndexDefIndexType
Get
Set
public:
virtual property IndexDefIndexType IndexType {
IndexDefIndexType get () abstract;
void set (IndexDefIndexType value) abstract;
}
abstract IndexType : IndexDefIndexType with get, set
Property Value
Type:
IndexDefIndexType
The type of the index.
See Also