Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether this information object is different from the backed crawled property object.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function HasChanged ( _
cProp As CrawledProperty _
) As Boolean
'Usage
Dim instance As CrawledPropertyInfo
Dim cProp As CrawledProperty
Dim returnValue As Boolean
returnValue = instance.HasChanged(cProp)
public bool HasChanged(
CrawledProperty cProp
)
Parameters
cProp
Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyThe crawled property to compare with.
Return value
Type: System.Boolean
[true] if this information object differs from the real crawled property object; otherwise [false].
Remarks
Currently, only the IsMappedToContents property can be changed.