Create new IndexDef instance

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

Syntax

C#
public static IndexDef Create(
	string indexName
)
Visual Basic
Public Shared Function Create ( _
	indexName As String _
) As IndexDef
Visual C++
public:
static IndexDef^ Create(
	String^ indexName
)

Parameters

indexName
Type: System..::..String
The name of Index

Return Value

A new IndexDef instance

See Also