Compartilhar via


Propriedade do RDL International.Locale

Gets or sets the locale name.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (em Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxe

'Declaração
<DataMemberAttribute> _
Public Property Locale As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The locale name.

Consulte também

Referência

International Classe

Namespace Microsoft.MasterDataServices.Services.DataContracts