Share via


TermsPaging.Limit Property

Definition

Gets or sets limit details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to