Column.IsSortKey Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("isSortKey")]
public bool? IsSortKey { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("isSortKey")>]
member this.IsSortKey : Nullable<bool> with get, set
Public Property IsSortKey As Nullable(Of Boolean)

Property Value

Attributes

Applies to