LastUpdateErrorText Property |
Gets text describing the error that caused the update to fail,
if the update had an error, or an empty string if not.
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 ErrorText { get; }
Public ReadOnly Property ErrorText As String
Get
public:
property String^ ErrorText {
String^ get ();
}
member ErrorText : string with get
Property Value
Type:
String
See Also