Sdílet prostřednictvím


ArcExtensionData.ShouldAutoUpgradeMinorVersion Property

Definition

Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true.

public bool? ShouldAutoUpgradeMinorVersion { get; set; }
member this.ShouldAutoUpgradeMinorVersion : Nullable<bool> with get, set
Public Property ShouldAutoUpgradeMinorVersion As Nullable(Of Boolean)

Property Value

Applies to