Returns the counter of the total connects to the MVSP server.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property TotalConnects As Integer
C#
public int TotalConnects { get; }
C++
public property int TotalConnects sealed  {
    int get();
}
J#
/** property */
public int get_TotalConnects();
JScript
public function get TotalConnects() : int

Property Value

an integer containing a counter of the total connects to the MVSP server

See Also