Appointment.UserResponse プロパティ

定義

予定要求に対するユーザーの応答を取得または設定します。

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

void UserResponse(AppointmentParticipantResponse value);
public AppointmentParticipantResponse UserResponse { get; set; }
var appointmentParticipantResponse = appointment.userResponse;
appointment.userResponse = appointmentParticipantResponse;
Public Property UserResponse As AppointmentParticipantResponse

プロパティ値

予定要求に対するユーザーの応答。

Windows の要件

アプリの機能
appointmentsSystem

適用対象