Share via


TermsPaging.Total Property

Definition

Gets or sets total details.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to