Appointment.HasInvitees 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 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
|