Appointment.BusyStatus 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 or sets a AppointmentBusyStatus-typed value that indicates the busy status for a participant of an appointment.
public:
property AppointmentBusyStatus BusyStatus { AppointmentBusyStatus get(); void set(AppointmentBusyStatus value); };
AppointmentBusyStatus BusyStatus();
void BusyStatus(AppointmentBusyStatus value);
public AppointmentBusyStatus BusyStatus { get; set; }
var appointmentBusyStatus = appointment.busyStatus;
appointment.busyStatus = appointmentBusyStatus;
Public Property BusyStatus As AppointmentBusyStatus
Property Value
A AppointmentBusyStatus-typed value that indicates the busy status for a participant of an appointment.
Windows requirements
App capabilities |
appointmentsSystem
|