DataPA Enterprise Dashboard Controls API Reference
Gets and sets an error string that indicates why the connection object failed to connect.

Namespace: RunDataPA
Assembly: RunDataPA (in RunDataPA.dll) Version: 1.0.23.0 (1.0.23.0)

Syntax

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

Property Value

Type: String
An error string that indicates why the connection object failed to connect.

Return Value

Type: String
An error string that indicates why the connection object failed to connect.

Remarks