AppointmentCalendar.OtherAppWriteAccess Property
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.
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
|