Condividi tramite


Appointment.UserResponse Proprietà

Definizione

Ottiene o imposta la risposta dell'utente alla richiesta di appuntamento.

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

Valore della proprietà

Risposta dell'utente alla richiesta di appuntamento.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a