Share via


AnalyticsUsageEvent.EventTypeId property

Gets or sets an event type ID.

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
    Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As Integer

value = instance.EventTypeId

instance.EventTypeId = value
[DataMemberAttribute]
public int EventTypeId { get; set; }

Property value

Type: System.Int32

Implements

IAnalyticsUsageEvent.EventTypeId

See also

Reference

AnalyticsUsageEvent class

AnalyticsUsageEvent members

Microsoft.Office.Server.Search.Analytics namespace