AppointmentInvitee.Role 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 une valeur de type AppointmentParticipantRole qui indique le rôle d’un participant concernant une invitation au rendez-vous.
public:
property AppointmentParticipantRole Role { AppointmentParticipantRole get(); void set(AppointmentParticipantRole value); };
AppointmentParticipantRole Role();
void Role(AppointmentParticipantRole value);
public AppointmentParticipantRole Role { get; set; }
var appointmentParticipantRole = appointmentInvitee.role;
appointmentInvitee.role = appointmentParticipantRole;
Public Property Role As AppointmentParticipantRole
Valeur de propriété
Valeur de type AppointmentParticipantRole qui indique le rôle d’un participant concernant une invitation au rendez-vous.
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|