Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

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

/** property */
public void set_BankAcct(string value);
JScript
public function get BankAcct() : String

public function set BankAcct(value : String);

See Also