DataPA Enterprise Dashboard Controls API Reference
TRUE indicates the last connection attempt to the AppServer was successful.

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

Syntax

C#
public bool ConnectSuccess { get; }
Visual Basic
Public ReadOnly Property ConnectSuccess As Boolean
	Get
Visual C++
public:
property bool ConnectSuccess {
	bool get ();
}

Property Value

Type: Boolean
TRUE indicates the last connection attempt to the AppServer was successful.

Return Value

Type: Boolean
TRUE indicates the last connection attempt to the AppServer was successful.

Remarks

TRUE indicates the last connection attempt to the AppServer was successful.

See Also