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