CultureAndRegionInfoBuilder.GeoId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定地區、國家、縣市或位置的唯一識別碼。
public:
property int GeoId { int get(); void set(int value); };
public int GeoId { get; set; }
member this.GeoId : int with get, set
Public Property GeoId As Integer
屬性值
32 位元帶正負號的數字,專門識別地理位置。
例外狀況
目前 CultureAndRegionInfoBuilder 物件定義中性文化特性。
備註
應用程式應該使用 GeoId 屬性來為客戶提供特定文化特性的服務。 例如, GeoId 屬性可用來做為索引鍵,以存取包含區域特定資訊的資料庫記錄。