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