Locale 屬性
Gets or sets the locale name.
命名空間: Microsoft.MasterDataServices.Services.DataContracts
組件: Microsoft.MasterDataServices.Services (在 Microsoft.MasterDataServices.Services.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
String representing the name.