Поделиться через


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

Применяется к