Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <ObfuscationAttribute(Exclude := False)> Protected Property cocardUser As String |
| C# |
|---|
| [ObfuscationAttribute(Exclude = False)] protected string cocardUser { get; set; } |
| C++ |
|---|
| [ObfuscationAttribute(Exclude = False)] protected property string cocardUser sealed { String get(); void set(String value); } |
| J# |
|---|
| /** @attribute ObfuscationAttribute(Exclude = False) */ /** property */ protected string get_cocardUser(); /** property */ protected void set_cocardUser(string value); |
| JScript |
|---|
| protected function get cocardUser() : String protected function set cocardUser(value : String); |