Share via


Category.SetPropsetMappings Method

Sets a collection of property set mappings for the category.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Sub SetPropsetMappings ( _
    propsetMappingCollection As PropsetMappingCollection _
)
'Usage
Dim instance As Category
Dim propsetMappingCollection As PropsetMappingCollection

instance.SetPropsetMappings(propsetMappingCollection)
void SetPropsetMappings(
    PropsetMappingCollection propsetMappingCollection
)

Parameters

See Also

Reference

Category Interface

Category Members

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace

GetPropsetMappings()