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

Syntax

Visual Basic (Declaration)
Public Property ShipperID As String
C#
public string ShipperID { get; set; }
C++
public property string ShipperID sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_ShipperID();

/** property */
public void set_ShipperID(string value);
JScript
public function get ShipperID() : String

public function set ShipperID(value : String);

See Also