UpdateDisplayApplyUpdateOptions Property |
Gets or sets the ApplyUpdateOption flags that allow for optional updating behaviors.
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 ApplyUpdateOptions ApplyUpdateOptions { get; set; }
Public Property ApplyUpdateOptions As ApplyUpdateOptions
Get
Set
public:
property ApplyUpdateOptions ApplyUpdateOptions {
ApplyUpdateOptions get ();
void set (ApplyUpdateOptions value);
}
member ApplyUpdateOptions : ApplyUpdateOptions with get, set
Property Value
Type:
ApplyUpdateOptions
See Also