Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property BankSub As String |
| C# |
|---|
| public string BankSub { get; set; } |
| C++ |
|---|
| public property string BankSub sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_BankSub(); /** property */ public void set_BankSub(string value); |
| JScript |
|---|
| public function get BankSub() : String public function set BankSub(value : String); |