Share via


Appointment.IsResponseRequested Proprietà

Definizione

Ottiene o imposta un valore che indica se viene richiesta una risposta all'invito all'appuntamento.

public:
 property bool IsResponseRequested { bool get(); void set(bool value); };
bool IsResponseRequested();

void IsResponseRequested(bool value);
public bool IsResponseRequested { get; set; }
var boolean = appointment.isResponseRequested;
appointment.isResponseRequested = boolean;
Public Property IsResponseRequested As Boolean

Valore della proprietà

Boolean

bool

Valore booleano che indica se viene richiesta una risposta. TRUE indica che viene richiesta una risposta; in caso contrario FALSE.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a