Password for account name of account to log to on MVSP server


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

Syntax

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

Property Value

String containing the password for account name of account to logto to on MVSP server

See Also