UpdateInformationAllowChaining Property |
Gets a value that indicates whether further updates can be changed from the update.
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 AllowChaining { get; }
Public ReadOnly Property AllowChaining As Boolean
Get
public:
property bool AllowChaining {
bool get ();
}
member AllowChaining : bool with get
Property Value
Type:
Boolean if another update can be chained from the update; otherwise,
.
See Also