Appointment.UserResponse Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|