Returns or sets string containing the user name that you wish to connect as on the host server. The username must be an enabled MVSP user.


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

Syntax

Visual Basic (Declaration)
Public Property UserName As String
C#
public string UserName { get; set; }
C++
public property string UserName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_UserName();

/** property */
public void set_UserName(string value);
JScript
public function get UserName() : String

public function set UserName(value : String);

Remarks

a string containing the user name that you wish to connect as on the host server

See Also