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

Syntax

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

/** property */
public void set_BillCity(string value);
JScript
public function get BillCity() : String

public function set BillCity(value : String);

See Also