DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
If ConnectSuccess = False, the Error Message returned by the connection attempt.
If ConnectSuccess = False, the Error Message returned by the connection attempt.
If ConnectSuccess = False, the Error Message returned by the connection attempt.
Namespace: DataPAClientConfigAssembly: 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: StringIf ConnectSuccess = False, the Error Message returned by the connection attempt.
Return Value
Type: StringIf ConnectSuccess = False, the Error Message returned by the connection attempt.
Remarks
If ConnectSuccess = False, the Error Message returned by the connection attempt.