Item.Priority Property

Definition

Priority

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

Property Value

Attributes

Applies to