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