ISiteExtensionInfo.LocalIsLatestVersion Property

Definition

true if the local version is the latest version; false otherwise.

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

Property Value

Attributes

Applies to