Category.GetUnmappedCrawledProperties method
Retorna um enumerador que itera por meio de propriedades rastreadas não mapeadas da categoria.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Function GetUnmappedCrawledProperties As IEnumerable
'Uso
Dim instance As Category
Dim returnValue As IEnumerable
returnValue = instance.GetUnmappedCrawledProperties()
public IEnumerable GetUnmappedCrawledProperties()
Valor retornado
Type: System.Collections.IEnumerable
Um objeto de IEnumerator que pode ser usado para fazer uma iteração através da coleção.