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

Syntax

Visual Basic (Declaration)
Public Property htmlFlag As Short
C#
public short htmlFlag { get; set; }
C++
public property short htmlFlag sealed  {
    short get();
    void set(short value);
}
J#
/** property */
public short get_htmlFlag();

/** property */
public void set_htmlFlag(short value);
JScript
public function get htmlFlag() : short

public function set htmlFlag(value : short);

See Also