Appointment.BusyStatus Eigenschaft

Definition

Ruft einen AppointmentBusyStatus-typisierten Wert ab, der die ausgelastete status für einen Teilnehmer eines Termins angibt, oder legt diesen fest.

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

Eigenschaftswert

Ein AppointmentBusyStatus-typisierter Wert, der die ausgelastete status für einen Teilnehmer eines Termins angibt.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: