This topic has not yet been rated - Rate this topic

CultureAndRegionInfoBuilder.GeoId Property

Gets or sets a unique identification number for a geographical region, country, city, or location.

Namespace: System.Globalization
Assembly: sysglobl (in sysglobl.dll)

public int GeoId { get; set; }
/** @property */
public int get_GeoId ()

/** @property */
public void set_GeoId (int value)

public function get GeoId () : int

public function set GeoId (value : int)

Not applicable.

Property Value

A 32-bit signed number that uniquely identifies a geographical location.
Exception typeCondition

NotSupportedException

The current CultureAndRegionInfoBuilder object defines a neutral culture.

The GeoId property corresponds to the GeoId property.

The application should use the GeoId property to provide culture-specific services to customers. For example, the GeoId property can be used as a key to access a database record that contains specific information about a region.

Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.