UpdateDisplayShowUpdateSummary Property |
Gets or sets a value which determines whether or not to show the Summary Text area.
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 bool ShowUpdateSummary { get; set; }
Public Property ShowUpdateSummary As Boolean
Get
Set
public:
property bool ShowUpdateSummary {
bool get ();
void set (bool value);
}
member ShowUpdateSummary : bool with get, set
Property Value
Type:
Boolean
See Also