Category.GetUnmappedCrawledProperties Method
Returns an enumerator that iterates through the category's unmapped crawled properties.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Function GetUnmappedCrawledProperties As IEnumerable
'Usage
Dim instance As Category
Dim returnValue As IEnumerable
returnValue = instance.GetUnmappedCrawledProperties()
public IEnumerable GetUnmappedCrawledProperties()
Return Value
Type: System.Collections.IEnumerable
An IEnumerator object that can be used to iterate through the collection.