CalendarContract.ColorsColumns.AccountType Field

Definition

Caution

Use 'Android.Provider.SyncStateContract.IColumns.AccountType'. This class will be removed in a future release.

A reference to the type of the account to which this data belongs

[Android.Runtime.Register("ACCOUNT_TYPE")]
[System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountType'. This class will be removed in a future release.")]
public const string AccountType;
[<Android.Runtime.Register("ACCOUNT_TYPE")>]
[<System.Obsolete("Use 'Android.Provider.SyncStateContract.IColumns.AccountType'. This class will be removed in a future release.")>]
val mutable AccountType : string

Field Value

Attributes

Remarks

A reference to the type of the account to which this data belongs

Type: STRING

Java documentation for android.provider.SyncStateContract.Columns.ACCOUNT_TYPE.

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.

Applies to