WebRegionCategoryCountryIsoCode Property |
Country iso code as specified in standard ISO-3166.
Not all region categories has a country iso code.
This property should only be used if property
IsCountryIsoCodeSpecified has the value True.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public int CountryIsoCode { get; set; }
Public Property CountryIsoCode As Integer
Get
Set
public:
property int CountryIsoCode {
int get ();
void set (int value);
}
member CountryIsoCode : int with get, set
Property Value
Type:
Int32See Also