Share via


AnalyticsTenantConfig.EventUrlFilters property

Gets the list of event URL 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 EventUrlFilters As IList(Of String)
    Get
'Usage
Dim instance As AnalyticsTenantConfig
Dim value As IList(Of String)

value = instance.EventUrlFilters
public IList<string> EventUrlFilters { get; }

Property value

Type: System.Collections.Generic.IList<String>

See also

Reference

AnalyticsTenantConfig class

AnalyticsTenantConfig members

Microsoft.Office.Server.Search.Analytics namespace