SearchServiceApplicationProxy.DeleteUnmappedProperties method

DeleteUnmappedProperties(CategoryInfo, SearchObjectOwner)

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Sub DeleteUnmappedProperties ( _
    category As CategoryInfo, _
    owner As SearchObjectOwner _
)
'Usage
Dim instance As SearchServiceApplicationProxy
Dim category As CategoryInfo
Dim owner As SearchObjectOwner

instance.DeleteUnmappedProperties(category, _
    owner)
public void DeleteUnmappedProperties(
    CategoryInfo category,
    SearchObjectOwner owner
)

Parameters

Implements

ISchemaOperations.DeleteUnmappedProperties(CategoryInfo, SearchObjectOwner)

See also

Reference

SearchServiceApplicationProxy class

SearchServiceApplicationProxy members

Microsoft.Office.Server.Search.Administration namespace