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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic UpdateElevationType ElevationType { get; set; }
Public Property ElevationType As UpdateElevationType
Get
Set
public:
property UpdateElevationType ElevationType {
UpdateElevationType get ();
void set (UpdateElevationType value);
}
member ElevationType : UpdateElevationType with get, set
Property Value
Type:
UpdateElevationTypeOne 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