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 analytics configuration for a given tenant.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetAnalyticsTenantConfiguration ( _
tenantId As Guid _
) As AnalyticsTenantConfig
'Usage
Dim instance As SearchServiceApplication
Dim tenantId As Guid
Dim returnValue As AnalyticsTenantConfig
returnValue = instance.GetAnalyticsTenantConfiguration(tenantId)
public AnalyticsTenantConfig GetAnalyticsTenantConfiguration(
Guid tenantId
)
Parameters
tenantId
Type: System.GuidThe ID for the tenant.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsTenantConfig
The analytics configuration for the tenant.
Implements
IAnalyticsServiceApplication.GetAnalyticsTenantConfiguration(Guid)
See also
Reference
SearchServiceApplication class