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