Share via


AppointmentException.IsDeleted Property

Definition

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

Applies to