: Query.ResultTypes (Propiedad) (Microsoft.Office.Server.Search.Query)
Gets or sets a value that specifies the search result type.
Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)
Sintaxis
'Declaración
Public Property ResultTypes As ResultType
'Uso
Dim instance As Query
Dim value As ResultType
value = instance.ResultTypes
instance.ResultTypes = value
public ResultType ResultTypes { get; set; }
Valor de propiedad
A value from the ResultType enumeration.
Vea también
Referencia
Query (Clase)
Query (Miembros)
Microsoft.Office.Server.Search.Query (Espacio de nombres)