TimeSuggestion.Conflicts プロパティ

定義

提案された会議時間の競合する会議のコレクションを取得します。

public:
 property System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conflict ^> ^ Conflicts { System::Collections::ObjectModel::Collection<Microsoft::Exchange::WebServices::Data::Conflict ^> ^ get(); };
public System.Collections.ObjectModel.Collection<Microsoft.Exchange.WebServices.Data.Conflict> Conflicts { get; }
Public ReadOnly Property Conflicts As Collection(Of Conflict)

プロパティ値

プロパティの Conflicts 値は、提案された会議時間との競合を表す T:System.Collections.ObjectModel.Collection<T>Conflict オブジェクトです。

適用対象