International.Locale 属性

Gets or sets the locale name.

命名空间:  Microsoft.MasterDataServices
程序集:  Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)

语法

声明
<DataMemberAttribute> _
Public Property Locale As String
    Get
    Set
用法
Dim instance As International
Dim value As String

value = instance.Locale

instance.Locale = value
[DataMemberAttribute]
public string Locale { get; set; }
[DataMemberAttribute]
public:
property String^ Locale {
    String^ get ();
    void set (String^ value);
}
[<DataMemberAttribute>]
member Locale : string with get, set
function get Locale () : String
function set Locale (value : String)

属性值

类型:System.String
A string that represents the locale name.

请参阅

参考

International 类

Microsoft.MasterDataServices 命名空间