Share via


IndexDefinition.Name Property

Definition

The unique name of an index.

[System.Text.Json.Serialization.JsonPropertyName("name")]
public string Name { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("name")>]
member this.Name : string with get, set
Public Property Name As String

Property Value

The unique name of an index.

Attributes

Applies to