SearchServiceApplicationProxy.UpdateManagedProperty method
UpdateManagedProperty(ManagedPropertyInfo, SearchObjectOwner)
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function UpdateManagedProperty ( _
managedProperty As ManagedPropertyInfo, _
owner As SearchObjectOwner _
) As ManagedPropertyInfo
'Usage
Dim instance As SearchServiceApplicationProxy
Dim managedProperty As ManagedPropertyInfo
Dim owner As SearchObjectOwner
Dim returnValue As ManagedPropertyInfo
returnValue = instance.UpdateManagedProperty(managedProperty, _
owner)
public ManagedPropertyInfo UpdateManagedProperty(
ManagedPropertyInfo managedProperty,
SearchObjectOwner owner
)
Parameters
- managedProperty
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Return value
Type: Microsoft.Office.Server.Search.Administration.ManagedPropertyInfo
Implements
ISchemaOperations.UpdateManagedProperty(ManagedPropertyInfo, SearchObjectOwner)
See also
Reference
SearchServiceApplicationProxy class