AnalyticsEventTypeDefinition.RecentPopularityTimeframe property
Gets or sets the time frame of the recent popularity of 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 RecentPopularityTimeframe As Integer
Get
Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.RecentPopularityTimeframe
instance.RecentPopularityTimeframe = value
[DataMemberAttribute]
public int RecentPopularityTimeframe { get; set; }
Property value
Type: System.Int32
The time frame of the recent popularity of an event type.
See also
Reference
AnalyticsEventTypeDefinition class