SPClickthroughUsageEntry.IsBestBetResult-Eigenschaft
HINWEIS: Diese API ist veraltet.
Ruft ab oder legt fest, ob die besuchten URL beste Suchergebnisse zurückzuführen ist.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")> _
Public Property IsBestBetResult As Nullable(Of Boolean)
Get
Set
'Usage
Dim instance As SPClickthroughUsageEntry
Dim value As Nullable(Of Boolean)
value = instance.IsBestBetResult
instance.IsBestBetResult = value
[ObsoleteAttribute("Query click through collection is no longer necessary for the new analytics platform.")]
public Nullable<bool> IsBestBetResult { get; set; }
Eigenschaftswert
Typ: System.Nullable<Boolean>
true , wenn der Eintrag am besten Suchergebnisses zurückzuführen ist; andernfalls false.
Siehe auch
Referenz
SPClickthroughUsageEntry Klasse