Get/Set the county


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

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

/** property */
public void set_County(string value);
JScript
public function get County() : String

public function set County(value : String);

Property Value

A string identifying the county

See Also