AppointmentException.IsDeleted 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 value indicating whether the exception is that the appointment instance has been deleted.
public:
property bool IsDeleted { bool get(); };
bool IsDeleted();
public bool IsDeleted { get; }
var boolean = appointmentException.isDeleted;
Public ReadOnly Property IsDeleted As Boolean
Property Value
Boolean
bool
A value indicating whether the exception is that the appointment instance has been deleted.
Windows requirements
App capabilities |
appointmentsSystem
|