共用方式為


International.Locale 屬性

Gets or sets the locale name.

命名空間:  Microsoft.MasterDataServices.Services.DataContracts
組件:  Microsoft.MasterDataServices.Services.Contracts (在 Microsoft.MasterDataServices.Services.Contracts.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
The locale name.

請參閱

參考

International 類別

Microsoft.MasterDataServices.Services.DataContracts 命名空間