ValidationErrorErrorText Property |
Gets a description of the error.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
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:
StringA description of the error.
See Also