UpdateDisplaySummaryCustomHtml Property |
Gets or sets a replacement HTML 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 SummaryCustomHtml { get; set; }
Public Property SummaryCustomHtml As String
Get
Set
public:
property String^ SummaryCustomHtml {
String^ get ();
void set (String^ value);
}
member SummaryCustomHtml : string with get, set
Property Value
Type:
String
See Also