ESRI.ArcGIS.ADF.IMS
Variant Property
See Also  Send Feedback
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".

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.