ESRI.ArcGIS.ADF.IMS
Variant Property
See Also 
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Environment Class : Variant Property




Gets or sets the variant which handles variations of a language used in one country.

Syntax

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

Remarks

The variant handles variations in conventions within a language used in one country and consists of one or more underscored keywords. For example, a European country that wants to use the Euro currency symbol can use the variant "_EURO". If a hardware platform needs to be specified such as for Windows, the variant might be "_EURO_WIN".

See Also

© 2010 All Rights Reserved.