AppointmentInvitee.Role Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
|