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

Syntax

Visual Basic (Declaration)
Public Property BatSeq As Integer
C#
public int BatSeq { get; set; }
C++
public property int BatSeq sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_BatSeq();

/** property */
public void set_BatSeq(int value);
JScript
public function get BatSeq() : int

public function set BatSeq(value : int);

See Also