AnalyticsEventTypeDefinition.EventTypeId property
Gets the ID of an event type.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property EventTypeId As Integer
Get
Friend Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.EventTypeId
[DataMemberAttribute]
public int EventTypeId { get; internal set; }
Property value
Type: System.Int32
The ID of an event type.
See also
Reference
AnalyticsEventTypeDefinition class