QueryInfo.Title Property
Gets or sets the title of the query result that was clicked.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Title As String
Get
Set
'Usage
Dim instance As QueryInfo
Dim value As String
value = instance.Title
instance.Title = value
[DataMemberAttribute]
public string Title { get; set; }
Property Value
Type: System.String
The title of the query result that was clicked.