AppointmentException
AppointmentException
AppointmentException
AppointmentException
Class
Definition
Represents an appointment instance that is an exception from the master appointment.
public : sealed class AppointmentException : IAppointmentExceptionpublic sealed class AppointmentException : IAppointmentExceptionPublic NotInheritable Class AppointmentException Implements IAppointmentException// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
Appointment Appointment Appointment Appointment
Gets the appointment that is an exception from the master appointment.
public : Appointment Appointment { get; }public Appointment Appointment { get; }Public ReadOnly Property Appointment As Appointment// You can use this property in JavaScript.
The appointment that is an exception from the master appointment.
ExceptionProperties ExceptionProperties ExceptionProperties ExceptionProperties
Gets a list of the names of the appointment properties for which an exception was found.
public : IVectorView<string> ExceptionProperties { get; }public IReadOnlyList<string> ExceptionProperties { get; }Public ReadOnly Property ExceptionProperties As IReadOnlyList<string>// You can use this property in JavaScript.
- Value
- IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>
A list of the names of the appointment properties for which an exception was found.
IsDeleted IsDeleted IsDeleted IsDeleted
Gets a value indicating whether the exception is that the appointment instance has been deleted.
public : PlatForm::Boolean IsDeleted { get; }public bool IsDeleted { get; }Public ReadOnly Property IsDeleted As bool// You can use this property in JavaScript.
- Value
- PlatForm::Boolean bool bool bool
A value indicating whether the exception is that the appointment instance has been deleted.