Share via


FeedbackRecordDTO.QnaId Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to