SearchServiceApplication.UpdateCrawledProperty method

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 SearchServiceApplication
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

Return value

Type: Microsoft.Office.Server.Search.Administration.CrawledPropertyInfo

Implements

ISchemaOperations.UpdateCrawledProperty(CrawledPropertyInfo, SearchObjectOwner)

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace