AppointmentException.ExceptionProperties 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 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
A list of the names of the appointment properties for which an exception was found.
Windows requirements
App capabilities |
appointmentsSystem
|