SPQueryUsageEntry.QueryId Property
Unique identifier of the [Microsoft.SharePoint.Administration.SPQueryUsageEntry] instance.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property QueryId As Guid
Get
Set
'Usage
Dim instance As SPQueryUsageEntry
Dim value As Guid
value = instance.QueryId
instance.QueryId = value
public Guid QueryId { get; set; }
Property Value
Type: System.Guid
A Guid that uniquely identifies the query usage entry.