DataPA Enterprise Dashboard Controls API Reference 
        
 Gets and sets an error string that indicates why the connection object failed to connect.
 
        
        Namespace: RunDataPAAssembly: 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: 
StringAn error string that indicates why the connection object failed to connect.
Return Value
Type: 
StringAn error string that indicates why the connection object failed to connect.
Remarks
See Also