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 event type definition for a given ID.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<OperationContractAttribute> _
Function GetAnalyticsEventTypeDefinition ( _
tenantId As Guid, _
eventType As Integer _
) As AnalyticsEventTypeDefinition
'Usage
Dim instance As IAnalyticsServiceApplication
Dim tenantId As Guid
Dim eventType As Integer
Dim returnValue As AnalyticsEventTypeDefinition
returnValue = instance.GetAnalyticsEventTypeDefinition(tenantId, _
eventType)
[OperationContractAttribute]
AnalyticsEventTypeDefinition GetAnalyticsEventTypeDefinition(
Guid tenantId,
int eventType
)
Parameters
tenantId
Type: System.GuidThe tenant ID.
eventType
Type: System.Int32The event type.
Return value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypeDefinition
The analytics event type definition.
See also
Reference
IAnalyticsServiceApplication interface