Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.