AnalyticsEventTypeDefinition.AggregationType property

Gets or sets the aggregation type (hits, unique users, or both) for an event type.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property AggregationType As EventCountType
    Get
    Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As EventCountType

value = instance.AggregationType

instance.AggregationType = value
[DataMemberAttribute]
public EventCountType AggregationType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Analytics.EventCountType
Aggregation type for an event type.

See also

Reference

AnalyticsEventTypeDefinition class

AnalyticsEventTypeDefinition members

Microsoft.Office.Server.Search.Analytics namespace