TagCount.Value Property

Definition

Gets or sets value of count.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to