GetNonIndexableItemStatisticsResponse.NonIndexableStatistics プロパティ

定義

インデックスを作成できなかったメールボックス内のアイテムに関する統計情報を取得します。 プロパティはNonIndexableStatistics、Exchange Onlineおよび 2013 以降のバージョンの Exchange を対象とするクライアントExchange Server適用されます。

public:
 property System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::NonIndexableItemStatistic ^> ^ NonIndexableStatistics { System::Collections::Generic::List<Microsoft::Exchange::WebServices::Data::NonIndexableItemStatistic ^> ^ get(); };
public System.Collections.Generic.List<Microsoft.Exchange.WebServices.Data.NonIndexableItemStatistic> NonIndexableStatistics { get; }
Public ReadOnly Property NonIndexableStatistics As List(Of NonIndexableItemStatistic)

プロパティ値

インデックスを作成できなかった項目に関する統計。

適用対象