ContactsContract.GroupsColumns.DataSet Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use 'Android.Provider.ContactsContract.IGroupsColumns.DataSet'. This class will be removed in a future release.
The data set within the account that this group belongs to.
[Android.Runtime.Register("DATA_SET")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.DataSet'. This class will be removed in a future release.")]
public const string DataSet;
[<Android.Runtime.Register("DATA_SET")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IGroupsColumns.DataSet'. This class will be removed in a future release.")>]
val mutable DataSet : string
Field Value
- Attributes
Remarks
The data set within the account that this group belongs to. This allows multiple sync adapters for the same account type to distinguish between each others' group data.
This is empty by default, and is completely optional. It only needs to be populated if multiple sync adapters are entering distinct group data for the same account type and account name.
Type: TEXT
Java documentation for android.provider.ContactsContract.GroupsColumns.DATA_SET
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.