ContentSource.SetProperty - Méthode
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Overridable Sub SetProperty ( _
propertyName As String, _
value As Object _
)
'Utilisation
Dim instance As ContentSource
Dim propertyName As String
Dim value As Object
instance.SetProperty(propertyName, value)
public virtual void SetProperty(
string propertyName,
Object value
)
Paramètres
- propertyName
Type : System.String
- value
Type : System.Object
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms