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

Syntax

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

/** property */
public void set_BillZip(string value);
JScript
public function get BillZip() : String

public function set BillZip(value : String);

See Also