ISiteExtensionInfo.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.
true
if the local version is the latest version; false
otherwise.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if the local version is the latest version; <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="local_is_latest_version")]
public bool? LocalIsLatestVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>true</code> if the local version is the latest version; <code>false</code> otherwise.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="local_is_latest_version")>]
member this.LocalIsLatestVersion : Nullable<bool> with get, set
Public Property LocalIsLatestVersion As Nullable(Of Boolean)
Property Value
- Attributes