Query.ResultTypes property
NOTE: This API is now obsolete.
Obtém ou define um valor que especifica o tipo de resultado de pesquisa.
Namespace: Microsoft.Office.Server.Search.Query
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
<ObsoleteAttribute("It's not required to specify which types of ResultTables should be returned anymore, since all of them are returned by default.")> _
Public Property ResultTypes As ResultType
Get
Set
'Uso
Dim instance As Query
Dim value As ResultType
value = instance.ResultTypes
instance.ResultTypes = value
[ObsoleteAttribute("It's not required to specify which types of ResultTables should be returned anymore, since all of them are returned by default.")]
public ResultType ResultTypes { get; set; }
Property value
Type: Microsoft.Office.Server.Search.Query.ResultType
Um valor que especifica o tipo de resultado de pesquisa.