AppointmentRecurrence.CalendarIdentifier 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 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
Property Value
A string that identifies the type of the calendar.
Windows requirements
App capabilities |
appointmentsSystem
|