AppointmentCalendar.OtherAppReadAccess 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 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
|