Condividi tramite


AppointmentCalendar.CanProposeNewTimeForMeetings Proprietà

Definizione

Ottiene o imposta un valore booleano che indica se il calendario supporta la proposta di nuovi orari di riunione.

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

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

Valore della proprietà

Boolean

bool

Valore booleano che indica se il calendario supporta la proposta di nuovi orari di riunione.

Requisiti Windows

Funzionalità dell'app
appointmentsSystem

Si applica a