共用方式為


SiteExtensionInfoInner.LocalIsLatestVersion 屬性

定義

取得或設定 & lt;code & gt;true & lt;/code & gt; 如果本機版本是最新版本,則為 ; <code & gt;false & lt;/code & gt; 否則為 。

[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)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於