Android.Provider.ContactsContract.SettingsColumns.DataSet Field
The data set within the account that this row belongs to.

Syntax

[Android.Runtime.Register("DATA_SET")]
public const string DataSet

Remarks

The data set within the account that this row belongs to. This allows multiple sync adapters for the same account type to distinguish between each others' data. This is empty by default, and is completely optional. It only needs to be populated if multiple sync adapters are entering distinct data for the same account type and account name.

Type: TEXT

[Android Documentation]

Requirements

Namespace: Android.Provider
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 14