Appointment.UserResponse Eigenschaft

Definition

Ruft die Antwort des Benutzers auf die Terminanforderung ab oder legt sie fest.

public:
 property AppointmentParticipantResponse UserResponse { AppointmentParticipantResponse get(); void set(AppointmentParticipantResponse value); };
AppointmentParticipantResponse UserResponse();

void UserResponse(AppointmentParticipantResponse value);
public AppointmentParticipantResponse UserResponse { get; set; }
var appointmentParticipantResponse = appointment.userResponse;
appointment.userResponse = appointmentParticipantResponse;
Public Property UserResponse As AppointmentParticipantResponse

Eigenschaftswert

Die Antwort des Benutzers auf die Terminanfrage.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: