AppointmentCalendarCreateOrUpdateAppointmentRequest.ChangedProperties Property

Definition

Gets a list of properties that the user wished to change or set in an appointment.

public:
 property IVectorView<Platform::String ^> ^ ChangedProperties { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> ChangedProperties();
public IReadOnlyList<string> ChangedProperties { get; }
var iVectorView = appointmentCalendarCreateOrUpdateAppointmentRequest.changedProperties;
Public ReadOnly Property ChangedProperties As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of appointment properties.

Windows requirements

App capabilities
appointmentsSystem

Applies to