RepositoryAttributes.TagCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to