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