UpdateDisplaySummaryCustomText Property |
Gets or sets a replacement string for the detailed update summary text box.
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 string SummaryCustomText { get; set; }
Public Property SummaryCustomText As String
Get
Set
public:
property String^ SummaryCustomText {
String^ get ();
void set (String^ value);
}
member SummaryCustomText : string with get, set
Property Value
Type:
String
See Also