WebUpdateController.ControlledRolloutEnabled 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.

[Visual Basic]

Public Property ControlledRolloutEnabled As Boolean

[C#]

public bool ControlledRolloutEnabled {get;set;}

Property Value

true if controlled rollouts are enabled; otherwise, false.

See Also

WebUpdateController Class | WebUpdateController Members | Kjs.AppLife.Update.Web Namespace