AppointmentCalendarProposeNewTimeForMeetingRequest.AppointmentCalendarLocalId 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 a string that uniquely identifies the calendar associated with the appointment on the local device.
public:
property Platform::String ^ AppointmentCalendarLocalId { Platform::String ^ get(); };
winrt::hstring AppointmentCalendarLocalId();
public string AppointmentCalendarLocalId { get; }
var string = appointmentCalendarProposeNewTimeForMeetingRequest.appointmentCalendarLocalId;
Public ReadOnly Property AppointmentCalendarLocalId As String
Property Value
A string that uniquely identifies the calendar on the local device.
Windows requirements
App capabilities |
appointmentsSystem
|