WebCountryISOAlpha2Code Property |
A two 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 ISOAlpha2Code { get; set; }
Public Property ISOAlpha2Code As String
Get
Set
public:
property String^ ISOAlpha2Code {
String^ get ();
void set (String^ value);
}
member ISOAlpha2Code : string with get, set
Property Value
Type:
StringSee Also