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

Syntax

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

/** property */
public void set_NbrCycle(short value);
JScript
public function get NbrCycle() : short

public function set NbrCycle(value : short);

See Also