CalendarContract.CalendarColumns.OwnerAccount 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.CalendarContract.ICalendarColumns.OwnerAccount'. This class will be removed in a future release.
The owner account for this calendar, based on the calendar feed.
[Android.Runtime.Register("OWNER_ACCOUNT")]
[System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.OwnerAccount'. This class will be removed in a future release.")]
public const string OwnerAccount;
[<Android.Runtime.Register("OWNER_ACCOUNT")>]
[<System.Obsolete("Use 'Android.Provider.CalendarContract.ICalendarColumns.OwnerAccount'. This class will be removed in a future release.")>]
val mutable OwnerAccount : string
Field Value
- Attributes
Remarks
The owner account for this calendar, based on the calendar feed. This will be different from the _SYNC_ACCOUNT for delegated calendars. Column name.
Type: String
Java documentation for android.provider.CalendarContract.CalendarColumns.OWNER_ACCOUNT
.
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.