ESRI.ArcGIS.ADF.IMS
Country Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Environment Class : Country Property




Gets or sets the country code which identifies differences in conventions, such as currency symbols, between countries that use the same language.

Syntax

Visual Basic (Declaration) 
Public Property Country As String
Visual Basic (Usage)Copy Code
Dim instance As Environment
Dim value As String
 
instance.Country = value
 
value = instance.Country
C# 
public string Country {get; set;}

Remarks

The country code identifies differences in conventions, such as currency symbols, between countries that use the same language. Locales for a country are specified by two-letter, uppercase codes based on the ISO-3166 standard. For example, "DE" represents Germany, and "US" represents the United States.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.