SiteExtensionInfoInner.LocalIsLatestVersion Property

Definition

Gets or sets <code>true</code> if the local version is the latest version; <code>false</code> otherwise.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.local_is_latest_version")]
public bool? LocalIsLatestVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.local_is_latest_version")>]
member this.LocalIsLatestVersion : Nullable<bool> with get, set
Public Property LocalIsLatestVersion As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to