WebCountryISOAlpha3Code Property |
A three character code representing the country according to ISO-3166.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string ISOAlpha3Code { get; set; }
Public Property ISOAlpha3Code As String
Get
Set
public:
property String^ ISOAlpha3Code {
String^ get ();
void set (String^ value);
}
member ISOAlpha3Code : string with get, set
Property Value
Type:
StringSee Also