Returns the index schema of the named index.
Visual Basic
Public Function GetIndex( _
ByVal name As String _
) As ULIndexSchema
C#
public ULIndexSchema GetIndex(
string name
);
name The name of the index.
A ULIndexSchema object representing the named index.