Gets or sets a value representing the country. Providing this value increases geocoding speed. Acceptable values include the full country name, the ISO 3166-1 2-digit country code, or the ISO 3166-1 3-digit country code. A list of supported countries and codes is available
here.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property SourceCountry As String |
| C# | |
|---|
public string SourceCountry {get; set;} |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also