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