AnalyticsEventTypeDefinition.ApplicationName property
Gets the name of the application that is registering a custom 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 ApplicationName As String
Get
Friend Set
'Usage
Dim instance As AnalyticsEventTypeDefinition
Dim value As String
value = instance.ApplicationName
[DataMemberAttribute]
public string ApplicationName { get; internal set; }
Property value
Type: System.String
Name of the application that is registering a custom event type.
See also
Reference
AnalyticsEventTypeDefinition class