SPQueryUsageEntry.QueryId property
NOTE: This API is now obsolete.
Unique identifier of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")> _
Public Property QueryId As Guid
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Guid
value = instance.QueryId
instance.QueryId = value
[ObsoleteAttribute("Query usage collection is no longer necessary for the new analytics platform.")]
public Guid QueryId { get; set; }
Property value
Type: System.Guid
A Guid that uniquely identifies the query usage entry.