AppointmentCalendar.OtherAppReadAccess Property

Definition

Gets or sets a boolean value indicating whether other apps on the device have read access to the appointment calendar.

public:
 property AppointmentCalendarOtherAppReadAccess OtherAppReadAccess { AppointmentCalendarOtherAppReadAccess get(); void set(AppointmentCalendarOtherAppReadAccess value); };
AppointmentCalendarOtherAppReadAccess OtherAppReadAccess();

void OtherAppReadAccess(AppointmentCalendarOtherAppReadAccess value);
public AppointmentCalendarOtherAppReadAccess OtherAppReadAccess { get; set; }
var appointmentCalendarOtherAppReadAccess = appointmentCalendar.otherAppReadAccess;
appointmentCalendar.otherAppReadAccess = appointmentCalendarOtherAppReadAccess;
Public Property OtherAppReadAccess As AppointmentCalendarOtherAppReadAccess

Property Value

A boolean value indicating whether other apps on the device have read access to the appointment calendar.

Windows requirements

App capabilities
appointmentsSystem

Applies to