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