Software serial number for the MVSP Server.


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

Syntax

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

Property Value

a string containing the MVSP Server software serial number

See Also