Partager via


AppointmentInvitee.Response Propriété

Définition

Obtient ou définit une valeur de type AppointmentParticipantResponse qui indique la réponse d’un participant concernant une invitation de rendez-vous.

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

Valeur de propriété

Valeur de type AppointmentParticipantResponse qui indique la réponse d’un participant concernant une invitation au rendez-vous.

Configuration requise pour Windows

Fonctionnalités de l’application
appointmentsSystem

S’applique à