UpdateDetailsDisplayUpdateController Property |
Gets or sets the UpdateController associated with the control.
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 UpdateController UpdateController { get; set; }
Public Property UpdateController As UpdateController
Get
Set
public:
property UpdateController^ UpdateController {
UpdateController^ get ();
void set (UpdateController^ value);
}
member UpdateController : UpdateController with get, set
Property Value
Type:
UpdateControllerThe
UpdateController associated with the control.
See Also