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

Syntax

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

/** property */
public void set_GEOCode(string value);
JScript
public function get GEOCode() : String

public function set GEOCode(value : String);

See Also