UpdateDisplayUpdateState Property |
Gets the current state of the update process.
Namespace: Kjs.AppLife.Update.WpfAssembly: Kjs.AppLife.Update.Wpf (in Kjs.AppLife.Update.Wpf.dll) Version: 5.1.0.0 (5.1.0.0)
Syntaxpublic UpdateState UpdateState { get; set; }
Public Property UpdateState As UpdateState
Get
Set
public:
property UpdateState UpdateState {
UpdateState get ();
void set (UpdateState value);
}
member UpdateState : UpdateState with get, set
Property Value
Type:
UpdateState
See Also