AppointmentInvitee.Role Property

Definition

Gets or sets a AppointmentParticipantRole-typed value that indicates the role of a participant concerning an appointment invitation.

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

Property Value

A AppointmentParticipantRole-typed value that indicates the role of a participant concerning an appointment invitation.

Windows requirements

App capabilities
appointmentsSystem

Applies to