Condividi tramite


AppointmentInvitee.Response Proprietà

Definizione

Ottiene o imposta un valore typed AppointmentParticipantResponse che indica la risposta di un partecipante relativo a un invito a un appuntamento.

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

void Response(AppointmentParticipantResponse value);
public AppointmentParticipantResponse Response { get; set; }
var appointmentParticipantResponse = appointmentInvitee.response;
appointmentInvitee.response = appointmentParticipantResponse;
Public Property Response As AppointmentParticipantResponse

Valore della proprietà

Valore typed AppointmentParticipantResponse che indica la risposta di un partecipante relativo a un invito a un appuntamento.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a