Share via


PromptDTO.DisplayOrder Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="displayOrder")]
public int? DisplayOrder { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="displayOrder")>]
member this.DisplayOrder : Nullable<int> with get, set
Public Property DisplayOrder As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to