Compartir a través de


Appointment.UserResponse Propiedad

Definición

Obtiene o establece la respuesta del usuario a la solicitud de cita.

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

Valor de propiedad

Respuesta del usuario a la solicitud de cita.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a