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