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

適用対象