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