UpdateControllerControlledRolloutHours Property |
Gets or sets the period of time over which clients will be updated when controlled rollouts are enabled.
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 int ControlledRolloutHours { get; set; }
Public Property ControlledRolloutHours As Integer
Get
Set
public:
property int ControlledRolloutHours {
int get ();
void set (int value);
}
member ControlledRolloutHours : int with get, set
Property Value
Type:
Int32
The number of hours from the time updates are published until all clients are allowed to download them.
See Also