Freigeben über


AppointmentInvitee.Role Eigenschaft

Definition

Ruft einen AppointmentParticipantRole-typisierten Wert ab, der die Rolle eines Teilnehmers in Bezug auf eine Terminseinladung angibt, oder legt diesen fest.

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

Eigenschaftswert

Ein AppointmentParticipantRole-typisierter Wert, der die Rolle eines Teilnehmers bei einer Terminseinladung angibt.

Windows-Anforderungen

App-Funktionen
appointmentsSystem

Gilt für: