AnalyticsEventTypeDefinition.RecentPopularityTimeframe - Propriété
Obtient ou définit le délai de la popularité récent d'un type d'événement.
Espace de noms : Microsoft.Office.Server.Search.Analytics
Assembly : Microsoft.Office.Server.Search.Applications (dans Microsoft.Office.Server.Search.Applications.dll)
Syntaxe
'Déclaration
<DataMemberAttribute> _
Public Property RecentPopularityTimeframe As Integer
Get
Set
'Utilisation
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.RecentPopularityTimeframe
instance.RecentPopularityTimeframe = value
[DataMemberAttribute]
public int RecentPopularityTimeframe { get; set; }
Valeur de propriété
Type : System.Int32
Le critère de temps de la popularité récent d'un type d'événement.
Voir aussi
Référence
AnalyticsEventTypeDefinition classe