Compartir a través de


AppointmentCalendar.CanCreateOrUpdateAppointments Propiedad

Definición

Obtiene o establece un valor booleano que indica si el calendario admite la creación o actualización de citas.

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

void CanCreateOrUpdateAppointments(bool value);
public bool CanCreateOrUpdateAppointments { get; set; }
var boolean = appointmentCalendar.canCreateOrUpdateAppointments;
appointmentCalendar.canCreateOrUpdateAppointments = boolean;
Public Property CanCreateOrUpdateAppointments As Boolean

Valor de propiedad

Boolean

bool

Valor booleano que indica si el calendario admite la creación o actualización de citas.

Requisitos de Windows

Características de aplicaciones
appointmentsSystem

Se aplica a