Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets the locale information used to compare strings within the table.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property Locale As CultureInfo
Get
Set
'Usage
Dim instance As DataTableSurrogate
Dim value As CultureInfo
value = instance.Locale
instance.Locale = value
public CultureInfo Locale { get; set; }
public:
property CultureInfo^ Locale {
CultureInfo^ get ();
void set (CultureInfo^ value);
}
member Locale : CultureInfo with get, set
function get Locale () : CultureInfo
function set Locale (value : CultureInfo)
Property Value
Type: System.Globalization.CultureInfo
A CultureInfo object that contains data about the user's machine locale.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |