IAnalyticsUsageEvent.CustomData property
Gets or sets custom data to be associated with the event.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
Property CustomData As String
Get
Set
'Usage
Dim instance As IAnalyticsUsageEvent
Dim value As String
value = instance.CustomData
instance.CustomData = value
string CustomData { get; set; }
Property value
Type: System.String