AnalyticsItemDataBatch.Items property
Gets a list of analytics item data for the current batch.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Items As List(Of AnalyticsItemData)
Get
Private Set
'Usage
Dim instance As AnalyticsItemDataBatch
Dim value As List(Of AnalyticsItemData)
value = instance.Items
[DataMemberAttribute]
public List<AnalyticsItemData> Items { get; private set; }
Property value
Type: System.Collections.Generic.List<AnalyticsItemData>