Share via


AnalyticsItemData.ScopeId property

Gets the 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
<DataMemberAttribute> _
Public Property ScopeId As Nullable(Of Guid)
    Get
    Friend Set
'Usage
Dim instance As AnalyticsItemData
Dim value As Nullable(Of Guid)

value = instance.ScopeId
[DataMemberAttribute]
public Nullable<Guid> ScopeId { get; internal set; }

Property value

Type: System.Nullable<Guid>

Implements

IAnalyticsItemData.ScopeId

Remarks

A web ID is an example of a scope ID.

See also

Reference

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace