RsExceptionInfo.CountryLocaleId 属性

定义

获取或设置操作系统的区域设置 ID 或语言 ID。

public:
 property int CountryLocaleId { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int CountryLocaleId { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.CountryLocaleId : int with get, set
Public Property CountryLocaleId As Integer

属性值

Int32

区域设置 ID 或语言 ID 的 Int32 值。

属性

适用于