Appointment.HasInvitees Property

Definition

Gets a value that indicates whether the appointment has invitees.

public:
 property bool HasInvitees { bool get(); };
bool HasInvitees();
public bool HasInvitees { get; }
var boolean = appointment.hasInvitees;
Public ReadOnly Property HasInvitees As Boolean

Property Value

Boolean

bool

A value that indicates whether the appointment has invitees.

Windows requirements

App capabilities
appointmentsSystem

Applies to