AppointmentInvitee.Response Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta un valore typed AppointmentParticipantResponse che indica la risposta di un partecipante relativo a un invito a un appuntamento.
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
Valore della proprietà
Valore typed AppointmentParticipantResponse che indica la risposta di un partecipante relativo a un invito a un appuntamento.
Requisiti Windows
Funzionalità dell'app |
appointmentsSystem
|