SPAnalyticsUsageEntry.CustomData property
Gets or sets the custom data to associate with the event.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property CustomData As String
Get
Set
'Usage
Dim instance As SPAnalyticsUsageEntry
Dim value As String
value = instance.CustomData
instance.CustomData = value
[DataMemberAttribute]
public string CustomData { get; set; }
Property value
Type: System.String