AppointmentCalendarCreateOrUpdateAppointmentRequest.ChangedProperties 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 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
A list of appointment properties.
Windows requirements
App capabilities |
appointmentsSystem
|