Appointment.AdjacentMeetings Propiedad

Definición

Obtiene una lista de las reuniones que están junto a la cita.

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

Valor de propiedad

ItemCollection<Appointment>

Una colección de las reuniones que están junto a la cita.

Se aplica a