IAnalyticsItemData.ScopeId property
Gets the unique scope ID for view events.
Namespace: Microsoft.Office.Server.Search.Analytics
Assembly: Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)
Syntax
'Declaration
ReadOnly Property ScopeId As Nullable(Of Guid)
Get
'Usage
Dim instance As IAnalyticsItemData
Dim value As Nullable(Of Guid)
value = instance.ScopeId
Nullable<Guid> ScopeId { get; }
Property value
Type: System.Nullable<Guid>
Remarks
A web ID is an example of a scope ID.