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