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