Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name 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 EventName As String
Get
Friend Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As String
value = instance.EventName
[DataMemberAttribute]
public string EventName { get; internal set; }
Property value
Type: System.String
The name of an event type.
See also
Reference
AnalyticsEventTypeDefinition class