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.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic bool ControlledRolloutEnabled { get; set; }
Public Property ControlledRolloutEnabled As Boolean
Get
Set
public:
property bool ControlledRolloutEnabled {
bool get ();
void set (bool value);
}
member ControlledRolloutEnabled : bool with get, set
Property Value
Type:
Boolean if controlled rollouts are enabled; otherwise,
.
See Also