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 AcctName As String
C#
public string AcctName { get; }
C++
public property string AcctName sealed  {
    String get();
}
J#
/** property */
public string get_AcctName();
JScript
public function get AcctName() : String

Property Value

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

See Also