Appointment.ConflictingMeetings 属性

定义

获取与约会冲突的会议列表。

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)

属性值

与约会冲突的会议集合。

适用于