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

Syntax

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

/** property */
public void set_COGSAcct(string value);
JScript
public function get COGSAcct() : String

public function set COGSAcct(value : String);

See Also