AppointmentInvitee.Role 屬性

定義

取得或設定 AppointmentParticipantRole型別值,指出有關約會邀請的參與者角色。

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

屬性值

AppointmentParticipantRole型別值,指出有關約會邀請的參與者角色。

Windows 需求

應用程式功能
appointmentsSystem

適用於