Returns or sets string containing the password for the supplied user name for connecting on host server


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

Syntax

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

/** property */
public void set_UserPassword(string value);
JScript
public function get UserPassword() : String

public function set UserPassword(value : String);

Property Value

a string containing the password for the supplied user name for connecting on host server

See Also