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