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

Syntax

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

/** property */
public void set_DfltShipToId(string value);
JScript
public function get DfltShipToId() : String

public function set DfltShipToId(value : String);

See Also