DataSetSurrogate::Locale Property

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)

public:
property CultureInfo^ Locale {
	CultureInfo^ get ();
	void set (CultureInfo^ value);
}

Property Value

Type: System.Globalization::CultureInfo
A CultureInfo object that contains data about the user's machine locale.

ExceptionCondition
ArgumentNullException

value is a nullptr.

Show: