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