This property can be set when you know you are connecting to mvBase and the workstation has been configured with the start up string.


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

Syntax

Visual Basic (Declaration)
Public WriteOnly Property mvBaseAutoConnect As Boolean
C#
public bool mvBaseAutoConnect { set; }
C++
public property bool mvBaseAutoConnect sealed  {
    void set(bool value);
}
J#
/** property */
public void set_mvBaseAutoConnect(bool value);
JScript
public function set mvBaseAutoConnect(value : bool);

Property Value

True = Does not send the logon strings to the mvBase server, but use the string defined in the workstation (mvBase 3.1 or later) False = Use the client to send the logon information (mvBase 3.0 only)

See Also