UpdateInformationSimpleSummary Property |
Gets the 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 SimpleSummary { get; }
Public ReadOnly Property SimpleSummary As String
Get
public:
property String^ SimpleSummary {
String^ get ();
}
member SimpleSummary : string with get
Property Value
Type:
StringThe summary text for the update.
Remarks
This property contains only the summary text entered for the update itself.
See Also