Namespace: ctAC
Assembly: ctAC (in ctAC.dll)

Syntax

Visual Basic (Declaration)
<ObfuscationAttribute(Exclude := False)>
Protected Property cocardURL As String
C#
[ObfuscationAttribute(Exclude = False)]
protected string cocardURL { get; set; }
C++
[ObfuscationAttribute(Exclude = False)]
protected property string cocardURL sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute ObfuscationAttribute(Exclude = False) */
/** property */
protected string get_cocardURL();

/** property */
protected void set_cocardURL(string value);
JScript
protected function get cocardURL() : String

protected function set cocardURL(value : String);

See Also