AnalyticsUsageEvent.ScopeId property
Gets or sets the ID for the scope.
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 Guid
Get
Set
'Usage
Dim instance As AnalyticsUsageEvent
Dim value As Guid
value = instance.ScopeId
instance.ScopeId = value
[DataMemberAttribute]
public Guid ScopeId { get; set; }
Property value
Type: System.Guid