AnalyticsEventTypeDefinition.RecentPopularityTimeframe property
Obtém ou define o intervalo de tempo da popularidade recente de um tipo de evento.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property RecentPopularityTimeframe As Integer
Get
Set
'Uso
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
O período de popularidade recente de um tipo de evento.
Ver também
Referência
AnalyticsEventTypeDefinition class