AnalyticsEventTypeDefinitionCollection.Item property (Int32)
Gets an AnalyticsEventTypeDefinition object for the specified event type ID.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
eventType As Integer _
) As AnalyticsEventTypeDefinition
Get
'Usage
Dim instance As AnalyticsEventTypeDefinitionCollection
Dim eventType As Integer
Dim value As AnalyticsEventTypeDefinition
value = instance(eventType)
public AnalyticsEventTypeDefinition this[
int eventType
] { get; }
Parameters
- eventType
Type: System.Int32
Property value
Type: Microsoft.Office.Server.Search.Analytics.AnalyticsEventTypeDefinition
An AnalyticsEventTypeDefinition object.
See also
Reference
AnalyticsEventTypeDefinitionCollection class