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

적용 대상