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
propertyName
Type : System.StringNom de la propriété.
value
Type : System.ObjectValeur de la propriété.
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