Click or drag to resize
UpdateInformationOverrideElevationType Property
Gets the elevation type that will be used when applying this update, or if the setting specified on the controller will be used.

Namespace: Kjs.AppLife.Update.Controller
Assembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax
public Nullable<UpdateElevationType> OverrideElevationType { get; }

Property Value

Type: NullableUpdateElevationType
One of the UpdateElevationType values if the update will use that elevation type, or if the controller's ElevationType setting will be used when applying the update.
See Also