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

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