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


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

Syntax

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

Property Value

an integer containing a counters of the new connects to the MVSP server

See Also