AnalyticsTenantConfig.EventUserFilters property
Gets the list of event user 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 EventUserFilters As IList(Of String)
Get
'Usage
Dim instance As AnalyticsTenantConfig
Dim value As IList(Of String)
value = instance.EventUserFilters
public IList<string> EventUserFilters { get; }
Property value
Type: System.Collections.Generic.IList<String>