SearchServiceApplication.GetProperties - Méthode
Renvoie l' PropertyInformation pour chaque propriété gérée par le SearchServiceApplication.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function GetProperties ( _
properties As QueryProperties _
) As PropertyInformation()
'Utilisation
Dim instance As SearchServiceApplication
Dim properties As QueryProperties
Dim returnValue As PropertyInformation()
returnValue = instance.GetProperties(properties)
public PropertyInformation[] GetProperties(
QueryProperties properties
)
Paramètres
properties
Type : Microsoft.Office.Server.Search.Query.QueryPropertiesLes propriétés d'une requête Search .
Valeur renvoyée
Type : []
Tableau de PropertyInformation.
Remarques
Cette méthode renvoie un tableau de PropertyInformation pour les propriétés gérées par le SearchServiceApplication.
Voir aussi
Référence
SearchServiceApplication classe
SearchServiceApplication - Membres
Microsoft.Office.Server.Search.Administration - Espace de noms