This property returns whether the client is connected to the database.


Namespace: rocketsoftware.MVSP
Assembly: RocketMVSP (in RocketMVSP.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property dbConnected As Boolean
C#
public bool dbConnected { get; }
C++
public property bool dbConnected sealed  {
    bool get();
}
J#
/** property */
public bool get_dbConnected();
JScript
public function get dbConnected() : bool

Property Value

True if the client is connected to the MVSP Server

See Also