AnalyticsEventTypeDefinition.EventTypeId property
Obtém a ID de um tipo de evento.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaração
<DataMemberAttribute> _
Public Property EventTypeId As Integer
Get
Friend Set
'Uso
Dim instance As AnalyticsEventTypeDefinition
Dim value As Integer
value = instance.EventTypeId
[DataMemberAttribute]
public int EventTypeId { get; internal set; }
Property value
Type: System.Int32
A identificação de um tipo de evento.
Ver também
Referência
AnalyticsEventTypeDefinition class