CrawledPropertyInfo.HasChanged - Méthode
Vérifie si cet objet informations diffère de celui sauvegardé analysé objet property.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public Function HasChanged ( _
cProp As CrawledProperty _
) As Boolean
'Utilisation
Dim instance As CrawledPropertyInfo
Dim cProp As CrawledProperty
Dim returnValue As Boolean
returnValue = instance.HasChanged(cProp)
public bool HasChanged(
CrawledProperty cProp
)
Paramètres
cProp
Type : Microsoft.Office.Server.Search.Administration.CrawledPropertyLa propriété analysée à comparer avec.
Valeur renvoyée
Type : System.Boolean
[true] si cet objet informations diffère de l'objet de la propriété analysée réel ; dans le cas contraire [false].
Remarques
Actuellement, seule la propriété IsMappedToContents peut être modifiée.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms