UpdateStartingEventArgsResponse Property |
Gets or sets this controller's response to 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 UpdateStartingResponse Response { get; set; }
Public Property Response As UpdateStartingResponse
Get
Set
public:
property UpdateStartingResponse Response {
UpdateStartingResponse get ();
void set (UpdateStartingResponse value);
}
member Response : UpdateStartingResponse with get, set
Property Value
Type:
UpdateStartingResponse
See Also