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

Syntax

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

/** property */
protected void set_verisignPartner(string value);
JScript
protected function get verisignPartner() : String

protected function set verisignPartner(value : String);

See Also