IAnalyticsItemData.TotalUniqueUsers property
Gets the total number of unique users 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
ReadOnly Property TotalUniqueUsers As Integer
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As Integer
value = instance.TotalUniqueUsers
int TotalUniqueUsers { get; }
Property value
Type: System.Int32