Category.GetPropsetMappings Method
Returns a collection of property set mappings that lists all property sets mapping into the category.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetPropsetMappings As PropsetMappingCollection
'Usage
Dim instance As Category
Dim returnValue As PropsetMappingCollection
returnValue = instance.GetPropsetMappings()
PropsetMappingCollection GetPropsetMappings()
Return Value
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.PropsetMappingCollection
A PropsetMappingCollection object.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace