次の方法で共有


AppointmentInvitee.Response プロパティ

定義

予定の招待に関する参加者からの応答を示す AppointmentParticipantResponse 型の値を取得または設定します。

public:
 property AppointmentParticipantResponse Response { AppointmentParticipantResponse get(); void set(AppointmentParticipantResponse value); };
AppointmentParticipantResponse Response();

void Response(AppointmentParticipantResponse value);
public AppointmentParticipantResponse Response { get; set; }
var appointmentParticipantResponse = appointmentInvitee.response;
appointmentInvitee.response = appointmentParticipantResponse;
Public Property Response As AppointmentParticipantResponse

プロパティ値

予定の招待に関する参加者からの応答を示す AppointmentParticipantResponse 型の値。

Windows の要件

アプリの機能
appointmentsSystem

適用対象