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