QueryDTO.Question Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="question")]
public string Question { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="question")>]
member this.Question : string with get, set
Public Property Question As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to