Environment information of the MVSP Server.


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

Syntax

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

Property Value

a multivalued string of environment information from the database server for the current connection

See Also