DataPA Enterprise Dashboard Controls API Reference
If ConnectSuccess = False, the Error Message returned by the connection attempt.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public string ConnectError { get; }
Visual Basic
Public ReadOnly Property ConnectError As String
	Get
Visual C++
public:
property String^ ConnectError {
	String^ get ();
}

Property Value

Type: String
If ConnectSuccess = False, the Error Message returned by the connection attempt.

Return Value

Type: String
If ConnectSuccess = False, the Error Message returned by the connection attempt.

Remarks

If ConnectSuccess = False, the Error Message returned by the connection attempt.

See Also