AnalyticsUsageEvent.CustomData property
Reserved for future use.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CustomData As String
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As String
value = instance.CustomData
instance.CustomData = value
[DataMemberAttribute]
public string CustomData { get; set; }
Property value
Type: System.String
Implements
IAnalyticsUsageEvent.CustomData