LoggedUpdateSummaryText Property |
Gets the summary text for the update, or if no information
about the update's summary text could be found in the log.
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 SummaryText { get; }
Public ReadOnly Property SummaryText As String
Get
public:
property String^ SummaryText {
String^ get ();
}
member SummaryText : string with get
Property Value
Type:
String
See Also