Appointment.UserResponse Propriété

Définition

Obtient ou définit la réponse de l’utilisateur à la demande de rendez-vous.

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

Valeur de propriété

Réponse de l’utilisateur à la demande de rendez-vous.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à