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