SiteExtensionInfoData.LocalIsLatestVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
<code>true</code> if the local version is the latest version; <code>false</code> otherwise. Serialized Name: SiteExtensionInfo.properties.local_is_latest_version
public bool? LocalIsLatestVersion { get; set; }
member this.LocalIsLatestVersion : Nullable<bool> with get, set
Public Property LocalIsLatestVersion As Nullable(Of Boolean)