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