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

Syntax

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

/** property */
public void set_ApplFinChrg(bool value);
JScript
public function get ApplFinChrg() : bool

public function set ApplFinChrg(value : bool);

See Also