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

Syntax

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

/** property */
public void set_ShipmentNbr(short value);
JScript
public function get ShipmentNbr() : short

public function set ShipmentNbr(value : short);

See Also