Share via


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

적용 대상