de la propiedad Query.ResultTypes

NOTA: esta API está ahora obsoleta.

Obtiene o establece un valor que especifica el tipo de resultado de búsqueda.

Espacio de nombres:  Microsoft.SharePoint.Search.Query
Ensamblado:  Microsoft.SharePoint.Search (en Microsoft.SharePoint.Search.dll)

Sintaxis

'Declaración
<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; }

Valor de propiedad

Tipo: Microsoft.SharePoint.Search.Query.ResultType
Valor de la enumeración ResultType .

Vea también

Referencia

clase Query

Miembros Query

Espacio de nombres Microsoft.SharePoint.Search.Query