AnalyticsTenantConfig.EventUserAgentFilters property
Gets the list of event user agent filters for a tenant.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public ReadOnly Property EventUserAgentFilters As IList(Of String)
Get
'Usage
Dim instance As AnalyticsTenantConfig
Dim value As IList(Of String)
value = instance.EventUserAgentFilters
public IList<string> EventUserAgentFilters { get; }
Property value
Type: System.Collections.Generic.IList<String>