SPAnalyticsUsageEntry.ScopeId property
Gets or sets the custom scope ID to which the event applies.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ScopeId As Guid
Get
Set
'Usage
Dim instance As SPAnalyticsUsageEntry
Dim value As Guid
value = instance.ScopeId
instance.ScopeId = value
[DataMemberAttribute]
public Guid ScopeId { get; set; }
Property value
Type: System.Guid