AppointmentCalendar.OtherAppWriteAccess Property

Definition

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

public:
 property AppointmentCalendarOtherAppWriteAccess OtherAppWriteAccess { AppointmentCalendarOtherAppWriteAccess get(); void set(AppointmentCalendarOtherAppWriteAccess value); };
AppointmentCalendarOtherAppWriteAccess OtherAppWriteAccess();

void OtherAppWriteAccess(AppointmentCalendarOtherAppWriteAccess value);
public AppointmentCalendarOtherAppWriteAccess OtherAppWriteAccess { get; set; }
var appointmentCalendarOtherAppWriteAccess = appointmentCalendar.otherAppWriteAccess;
appointmentCalendar.otherAppWriteAccess = appointmentCalendarOtherAppWriteAccess;
Public Property OtherAppWriteAccess As AppointmentCalendarOtherAppWriteAccess

Property Value

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

Windows requirements

App capabilities
appointmentsSystem

Applies to