ManagedPropertyInfo.HasChangedOwned method
Checks if one or more attributes of an owned property have changed.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function HasChangedOwned ( _
property As ManagedProperty _
) As Boolean
'Usage
Dim instance As ManagedPropertyInfo
Dim property As ManagedProperty
Dim returnValue As Boolean
returnValue = instance.HasChangedOwned(property)
public bool HasChangedOwned(
ManagedProperty property
)
Parameters
property
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyThe managed property to check.
Return value
Type: System.Boolean
[true] if one or more attributes of property have changed, [false] if not.