Name property

Returns the name of the index.

Syntax
Visual Basic
Public Readonly Property Name As String
C#
public string  Name { get;}
Property value

A string specifying the name of the index.

See also