QueryInfo.NonClickedUrls Property
Gets or sets a collection of URLs that the Search query returned, but were not clicked.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property NonClickedUrls As String()
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As String()
value = instance.NonClickedUrls
instance.NonClickedUrls = value
[DataMemberAttribute]
public string[] NonClickedUrls { get; set; }
Property Value
Type: []
A collection of URLs that the Search query returned, but were not clicked.