CalendarContract.ExtendedPropertiesColumns.Name Field

Definition

Caution

Use 'Android.Provider.CalendarContract.IExtendedPropertiesColumns.Name'. This class will be removed in a future release.

The name of the extended property.

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

Field Value

Attributes

Remarks

The name of the extended property. This is a uri of the form {scheme}#{local-name} convention. Column name.

Type: TEXT

Java documentation for android.provider.CalendarContract.ExtendedPropertiesColumns.NAME.

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