Condividi tramite


ISiteExtensionInfoProperties.LocalIsLatestVersion Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.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.Functions.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

Applies to