Get/Set the country


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

Syntax

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

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

public function set Country(value : CountryClass);

Property Value

A Country object associated with a contact

See Also