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

适用于