Click or drag to resize
UpdateControllerControlledRolloutEnabled Property
Gets or sets a value that specifies whether controlled rollouts are enabled for updates received by the controller. When controlled rollouts are enabled, clients are updated over the amount of time specified in the ControlledRolloutHours property.

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 bool ControlledRolloutEnabled { get; set; }

Property Value

Type: Boolean
if controlled rollouts are enabled; otherwise, .
See Also