SPRatingUsageEntry.QueryId-Eigenschaft
HINWEIS: Diese API ist veraltet.
Dient zum Abrufen oder Festlegen der ID der Abfrage. Diese Eigenschaft gibt alle Ergebnislisten, Clickthroughs und Bewertungen im Zusammenhang mit einer Abfrage.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")> _
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
[ObsoleteAttribute("Rating usage collection is no longer necessary for the new analytics platform.")]
public Nullable<Guid> QueryId { get; set; }
Eigenschaftswert
Typ: System.Nullable<Guid>
Die Abfrage-ID.