Returns the counter of the wait of no license connects to the MVSP server.


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

Syntax

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

Property Value

an integer containing a counter of the wait of no license connects to the MVSP server

See Also