ESRI.ArcGIS.ADF.IMS
Country Property
See Also 
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.

See Also

© 2010 All Rights Reserved.