GetNonIndexableItemStatisticsResponse.NonIndexableStatistics 属性

定义

获取有关邮箱中无法编制索引的项目的统计信息。 属性NonIndexableStatistics适用于面向 Exchange Online 和从 2013 Exchange Server 开始的 Exchange 版本的客户端。

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)

属性值

有关无法编制索引的项的统计信息。

适用于