CalendarContract.EventsColumns.EventLocation Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IEventsColumns.EventLocation'. This class will be removed in a future release.

Where the event takes place.

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

Field Value

Attributes

Remarks

Where the event takes place. Column name.

Type: TEXT

Java documentation for android.provider.CalendarContract.EventsColumns.EVENT_LOCATION.

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