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

Syntax

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

/** property */
public void set_ShipCmplt(short value);
JScript
public function get ShipCmplt() : short

public function set ShipCmplt(value : short);

See Also