AnalyticsEventTypeDefinition.GetRecentAnalyticsSearchManagedProperty method
Maps an eventTypeId to a corresponding RecentManagedPropertyName.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public Shared Function GetRecentAnalyticsSearchManagedProperty ( _
eventTypeId As Integer _
) As String
'Usage
Dim eventTypeId As Integer
Dim returnValue As String
returnValue = AnalyticsEventTypeDefinition.GetRecentAnalyticsSearchManagedProperty(eventTypeId)
public static string GetRecentAnalyticsSearchManagedProperty(
int eventTypeId
)
Parameters
- eventTypeId
Type: System.Int32
Return value
Type: System.String
See also
Reference
AnalyticsEventTypeDefinition class