Appointment.ConflictingMeetings Propiedad

Definición

Obtiene una lista de las reuniones que entre en conflicto con la cita.

public:
 property Microsoft::Exchange::WebServices::Data::ItemCollection<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ ConflictingMeetings { Microsoft::Exchange::WebServices::Data::ItemCollection<Microsoft::Exchange::WebServices::Data::Appointment ^> ^ get(); };
public Microsoft.Exchange.WebServices.Data.ItemCollection<Microsoft.Exchange.WebServices.Data.Appointment> ConflictingMeetings { get; }
Public ReadOnly Property ConflictingMeetings As ItemCollection(Of Appointment)

Valor de propiedad

ItemCollection<Appointment>

Una colección de las reuniones que entre en conflicto con la cita.

Se aplica a