AnalyticsEventTypeDefinition.GetRecentAnalyticsSearchManagedProperty method
Um eventTypeId é mapeado para um correspondente RecentManagedPropertyName.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaração
Public Shared Function GetRecentAnalyticsSearchManagedProperty ( _
eventTypeId As Integer _
) As String
'Uso
Dim eventTypeId As Integer
Dim returnValue As String
returnValue = AnalyticsEventTypeDefinition.GetRecentAnalyticsSearchManagedProperty(eventTypeId)
public static string GetRecentAnalyticsSearchManagedProperty(
int eventTypeId
)
Parâmetros
- eventTypeId
Type: System.Int32
Valor retornado
Type: System.String
Ver também
Referência
AnalyticsEventTypeDefinition class