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.

See also

Reference

QueryInfo class

QueryInfo members

Microsoft.Office.Server.Search.Query namespace