共用方式為


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-typed值,指出有關約會邀請的參與者回應。

Windows 需求

應用程式功能
appointmentsSystem

適用於