Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the search managed property of an event type definition holding the recent counts.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public ReadOnly Property RecentManagedPropertyName As String
Get
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As String
value = instance.RecentManagedPropertyName
public string RecentManagedPropertyName { get; }
Property value
Type: System.String
The name of the search managed property of an event type definition that is holding the recent counts.
See also
Reference
AnalyticsEventTypeDefinition class