Class KeywordStatisticsSearchResult
- Namespace
- Microsoft.Exchange.WebServices.Data
- Assembly
- Microsoft.Exchange.WebServices.dll
Represents the keyword statistics result.
public sealed class KeywordStatisticsSearchResult
- Inheritance
-
KeywordStatisticsSearchResult
- Inherited Members
Constructors
KeywordStatisticsSearchResult()
public KeywordStatisticsSearchResult()
Properties
ItemHits
Number of item hits
public int ItemHits { get; set; }
Property Value
Keyword
Keyword string
public string Keyword { get; set; }
Property Value
Size
Total size
[CLSCompliant(false)]
public ulong Size { get; set; }