Share via


AppointmentException.ExceptionProperties Property

Definition

Gets a list of the names of the appointment properties for which an exception was found.

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

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of the names of the appointment properties for which an exception was found.

Windows requirements

App capabilities
appointmentsSystem

Applies to