UpdateControllerAllowElevatedPrivileges Property |
Note: This API is now obsolete.
Gets or sets a value that specifies whether to allow updates to be applied
using a Windows service with administrative privileges. The service must be
installed before it can be used to apply an update.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntax[ObsoleteAttribute("Use ElevationType instead.")]
public bool AllowElevatedPrivileges { get; set; }
<ObsoleteAttribute("Use ElevationType instead.")>
Public Property AllowElevatedPrivileges As Boolean
Get
Set
public:
[ObsoleteAttribute(L"Use ElevationType instead.")]
property bool AllowElevatedPrivileges {
bool get ();
void set (bool value);
}
[<ObsoleteAttribute("Use ElevationType instead.")>]
member AllowElevatedPrivileges : bool with get, set
Property Value
Type:
Boolean if the update service should be used; otherwise,
.
Exceptions
See Also