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

Syntax

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

/** property */
public void set_CustOrdNbr(string value);
JScript
public function get CustOrdNbr() : String

public function set CustOrdNbr(value : String);

See Also