Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the ID of the query. This property identifies all result lists, clickthroughs, and ratings related to a query.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property QueryId As Nullable(Of Guid)
Get
Set
'Usage
Dim instance As SPRatingUsageEntry
Dim value As Nullable(Of Guid)
value = instance.QueryId
instance.QueryId = value
public Nullable<Guid> QueryId { get; set; }
Property Value
Type: System.Nullable<Guid>
The query ID.