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