Category.GetUnmappedCrawledProperties Method
Gets a list of crawled properties that do not have any mappings to managed properties.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetUnmappedCrawledProperties As IEnumerable(Of CrawledProperty)
'Usage
Dim instance As Category
Dim returnValue As IEnumerable(Of CrawledProperty)
returnValue = instance.GetUnmappedCrawledProperties()
IEnumerable<CrawledProperty> GetUnmappedCrawledProperties()
Return Value
Type: System.Collections.Generic.IEnumerable<CrawledProperty>
A list of CrawledProperty objects.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace