Version number for the MVSP Server.


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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property serverVersion As String
C#
public string serverVersion { get; }
C++
public property string serverVersion sealed  {
    String get();
}
J#
/** property */
public string get_serverVersion();
JScript
public function get serverVersion() : String

Property Value

a string containing the version number of the MVSP Server

See Also