UpdateInformationSimpleSummaryHtml Property |
Gets the HTML summary text for the update.
Namespace: Kjs.AppLife.Update.ControllerAssembly: Kjs.AppLife.Update.Controller (in Kjs.AppLife.Update.Controller.dll) Version: 5.1.0.9 (5.1.0.9)
Syntaxpublic string SimpleSummaryHtml { get; }
Public ReadOnly Property SimpleSummaryHtml As String
Get
public:
property String^ SimpleSummaryHtml {
String^ get ();
}
member SimpleSummaryHtml : string with get
Property Value
Type:
StringThe HTML summary text for the update.
Remarks
This property contains only the rich summary text entered for the update itself.
See Also