AnalyticsTenantSettingOptions enumeration

Reserved for future use.

Represents options for tenant settings.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
<DataContractAttribute(Namespace := "https://www.microsoft.com/sharepoint/search/KnownTypes/2011/09")> _
<FlagsAttribute> _
Public Enumeration AnalyticsTenantSettingOptions
'Usage
Dim instance As AnalyticsTenantSettingOptions
[DataContractAttribute(Namespace = "https://www.microsoft.com/sharepoint/search/KnownTypes/2011/09")]
[FlagsAttribute]
public enum AnalyticsTenantSettingOptions

Members

Member name Description
None
AnalyticsDisabled
DoNotHashUserName

See also

Reference

Microsoft.Office.Server.Search.Analytics namespace