UpdateControllerEnableTestUpdates Property |
Gets or sets a value that indicates whether to allow updates that are flagged as
"test only" to be applied.
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 bool EnableTestUpdates { get; set; }
Public Property EnableTestUpdates As Boolean
Get
Set
public:
property bool EnableTestUpdates {
bool get ();
void set (bool value);
}
member EnableTestUpdates : bool with get, set
Property Value
Type:
Boolean to allow updates that are flagged as "test only" to be
visible to the controller and allow them to be applied, or
to only support regular updates.
Remarks
When EnableTestUpdates changes, the list of available updates returned by
AvailableUpdates is recreated to match the new setting and
CurrentUpdate is set to . If
EnableAutoChaining is , this will disable
updating until the next update check.
See Also