Share via


QueryReportData.Scope property

Gets the unique ID of the scope of the query.

Namespace:  Microsoft.Office.Server.Search.Analytics
Assembly:  Microsoft.Office.Server.Search.Applications (in Microsoft.Office.Server.Search.Applications.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property Scope As Guid
    Get
    Friend Set
'Usage
Dim instance As QueryReportData
Dim value As Guid

value = instance.Scope
[DataMemberAttribute]
public Guid Scope { get; internal set; }

Property value

Type: System.Guid
The unique ID of the scope of the query

See also

Reference

QueryReportData class

QueryReportData members

Microsoft.Office.Server.Search.Analytics namespace