SiteExtensionInfoInner.DownloadCount Property

Definition

Gets or sets count of downloads.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to