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

Syntax

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

/** property */
public void set_JobCntr(short value);
JScript
public function get JobCntr() : short

public function set JobCntr(value : short);

See Also