IAnalyticsUsageEvent.ScopeId property
Gets or sets a unique 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
Property ScopeId As Guid
Get
Set
'Usage
Dim instance As IAnalyticsUsageEvent
Dim value As Guid
value = instance.ScopeId
instance.ScopeId = value
Guid ScopeId { get; set; }
Property value
Type: System.Guid