Partager via


SearchServiceApplication.SetProperty - Méthode

Définit la propriété spécifiée de la SearchServiceApplication.

Espace de noms :  Microsoft.Office.Server.Search.Administration
Assembly :  Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)

Syntaxe

'Déclaration
Public Sub SetProperty ( _
    propertyName As String, _
    value As Object _
)
'Utilisation
Dim instance As SearchServiceApplication
Dim propertyName As String
Dim value As Object

instance.SetProperty(propertyName, value)
public void SetProperty(
    string propertyName,
    Object value
)

Paramètres

Remarques

Le type de la valeur doit être Int32 ou String.

Voir aussi

Référence

SearchServiceApplication classe

SearchServiceApplication - Membres

Microsoft.Office.Server.Search.Administration - Espace de noms