Click or drag to resize
UpdateControllerElevationType Property
Gets or sets a value that specifies the level of elevation used to apply updates. See UpdateElevationType for more information.

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 UpdateElevationType ElevationType { get; set; }

Property Value

Type: UpdateElevationType
One of the UpdateElevationType values.
Remarks
This setting can be overridden by updates. Check the OverrideElevationType setting to see if a particular update will override this setting when it is applied.
See Also