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

Syntax

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

/** property */
public void set_Zip(string value);
JScript
public function get Zip() : String

public function set Zip(value : String);

See Also