Share via


SiteExtensionInfo.DownloadCount Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to