Gets or sets the error text that is shown in a tip window.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public string ErrorText { get; set; }
Visual Basic
Public Property ErrorText As String
	Get
	Set
Visual C++
public:
property String^ ErrorText {
	String^ get ();
	void set (String^ value);
}
F#
member ErrorText : string with get, set

Property Value

Type: String
The error text.

See Also