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

Syntax

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

/** property */
public void set_Country(string value);
JScript
public function get Country() : String

public function set Country(value : String);

See Also