IAnalyticsItemData.GetUniqueUsersCountForMonth method
Gets the historical unique users data for a specified month for an item or rollup scope.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Function GetUniqueUsersCountForMonth ( _
month As DateTime _
) As Integer
'Usage
Dim instance As IAnalyticsItemData
Dim month As DateTime
Dim returnValue As Integer
returnValue = instance.GetUniqueUsersCountForMonth(month)
int GetUniqueUsersCountForMonth(
DateTime month
)
Parameters
month
Type: System.DateTimeThe month for which data is to be collected.
Return value
Type: System.Int32
A count of unique users for the specified month is provided.