TermsPaging.Returned Property

Definition

Gets or sets returned text details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to