Compartilhar via


AnalyticsItemData.ScopeId property

Obtém a identificação de escopo para exibir eventos.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property ScopeId As Nullable(Of Guid)
    Get
    Friend Set
'Uso
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

Comentários

Uma identificação de web é um exemplo de uma identificação de escopo.

Ver também

Referência

AnalyticsItemData class

AnalyticsItemData members

Microsoft.Office.Server.Search.Analytics namespace