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

Syntax

Visual Basic (Declaration)
Public Property PrtStmt As Boolean
C#
public bool PrtStmt { get; set; }
C++
public property bool PrtStmt sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_PrtStmt();

/** property */
public void set_PrtStmt(bool value);
JScript
public function get PrtStmt() : bool

public function set PrtStmt(value : bool);

See Also