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

Syntax

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

/** property */
public void set_BankID(string value);
JScript
public function get BankID() : String

public function set BankID(value : String);

See Also