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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic Nullable<UpdateElevationType> OverrideElevationType { get; }
Public ReadOnly Property OverrideElevationType As Nullable(Of UpdateElevationType)
Get
public:
property Nullable<UpdateElevationType> OverrideElevationType {
Nullable<UpdateElevationType> get ();
}
member OverrideElevationType : Nullable<UpdateElevationType> with get
Property Value
Type:
NullableUpdateElevationTypeOne 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