Właściwość International.Locale
Pobiera lub ustawia nazwę ustawienia regionalne.
Przestrzeń nazw: Microsoft.MasterDataServices.Services.DataContracts
Zestaw: Microsoft.MasterDataServices.Services (w Microsoft.MasterDataServices.Services.dll)
Składnia
'Deklaracja
<DataMemberAttribute> _
Public Property Locale As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Ciąg reprezentujący tę nazwę.
Zobacz także