AnalyticsUsageEvent.ItemId property
Gets or sets the item URL that the event relates to.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ItemId As String
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As String
value = instance.ItemId
instance.ItemId = value
[DataMemberAttribute]
public string ItemId { get; set; }
Property value
Type: System.String