DataTableSurrogate::Locale Property
Gets or sets the locale information used to compare strings within the table.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property CultureInfo^ Locale { CultureInfo^ get (); void set (CultureInfo^ value); }
Property Value
Type: System.Globalization::CultureInfoA CultureInfo object that contains data about the user's machine locale.
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a nullptr. |
Show: