Appointment.Sensitivity Eigenschaft

Definition

Ruft einen AppointmentSensitivity-typisierten Wert ab, der die Vertraulichkeit des Termins angibt, oder legt diesen fest.

public:
 property AppointmentSensitivity Sensitivity { AppointmentSensitivity get(); void set(AppointmentSensitivity value); };
AppointmentSensitivity Sensitivity();

void Sensitivity(AppointmentSensitivity value);
public AppointmentSensitivity Sensitivity { get; set; }
var appointmentSensitivity = appointment.sensitivity;
appointment.sensitivity = appointmentSensitivity;
Public Property Sensitivity As AppointmentSensitivity

Eigenschaftswert

Ein AppointmentSensitivity-typisierter Wert, der die Vertraulichkeit des Termins angibt.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: