WebDarwinCoreLocationCountryCode Property |
Darwin Core term name: countryCode.
The standard code for the country in which the
Location occurs.
Recommended best practice is to use ISO 3166-1-alpha-2
country codes.
This property is currently not used.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string CountryCode { get; set; }
Public Property CountryCode As String
Get
Set
public:
property String^ CountryCode {
String^ get ();
void set (String^ value);
}
member CountryCode : string with get, set
Property Value
Type:
StringSee Also