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

Syntax

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

/** property */
public void set_DfltBuyerID(string value);
JScript
public function get DfltBuyerID() : String

public function set DfltBuyerID(value : String);

See Also