AppointmentRecurrence.CalendarIdentifier Property
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 identifies the type of the calendar as represented by CalendarIdentifiers.
public:
property Platform::String ^ CalendarIdentifier { Platform::String ^ get(); };
winrt::hstring CalendarIdentifier();
public string CalendarIdentifier { get; }
var string = appointmentRecurrence.calendarIdentifier;
Public ReadOnly Property CalendarIdentifier As String
A string that identifies the type of the calendar.
App capabilities |
appointmentsSystem
|