SearchServiceApplication.GetProperties method
Retorna PropertyInformation para cada propriedade gerenciada pelo SearchServiceApplication.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetProperties ( _
properties As QueryProperties _
) As PropertyInformation()
'Uso
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
Parâmetros
properties
Type: Microsoft.Office.Server.Search.Query.QueryPropertiesAs propriedades de uma consulta de Search .
Valor retornado
Type: []
Uma matriz de PropertyInformation.
Comentários
Esse método retorna uma matriz de PropertyInformation para as propriedades gerenciadas pelo SearchServiceApplication.
Ver também
Referência
SearchServiceApplication class