WebLocaleISOCode Property |
ISO code for this locale.
This code is a combination of "ISO 639-1" (language code)
and "ISO 3166-1 alpha-2" (country code).
E.g. en-GB and sv-SE.
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public string ISOCode { get; set; }
Public Property ISOCode As String
Get
Set
public:
property String^ ISOCode {
String^ get ();
void set (String^ value);
}
member ISOCode : string with get, set
Property Value
Type:
StringSee Also