IAnalyticsUsageEvent.EventTypeId property
Gets or sets the event type.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Property EventTypeId As Integer
Get
Set
'Usage
Dim instance As IAnalyticsUsageEvent
Dim value As Integer
value = instance.EventTypeId
instance.EventTypeId = value
int EventTypeId { get; set; }
Property value
Type: System.Int32