de la propiedad QueryInfo.Title
Gets or sets the title of the query result that was clicked.
Espacio de nombres: Microsoft.Office.Server.Search.Query
Ensamblado: Microsoft.Office.Server.Search (en Microsoft.Office.Server.Search.dll)
Sintaxis
'Declaración
<DataMemberAttribute> _
Public Property Title As String
Get
Set
'Uso
Dim instance As QueryInfo
Dim value As String
value = instance.Title
instance.Title = value
[DataMemberAttribute]
public string Title { get; set; }
Valor de propiedad
Tipo: System.String
The title of the query result that was clicked.