Content.ContentSources property
Obtém a coleção de fontes de conteúdo para o Search service application.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public ReadOnly Property ContentSources As ContentSourceCollection
Get
'Uso
Dim instance As Content
Dim value As ContentSourceCollection
value = instance.ContentSources
public ContentSourceCollection ContentSources { get; }
Property value
Type: Microsoft.Office.Server.Search.Administration.ContentSourceCollection
Um objeto ContentSourceCollection que contém uma coleção de objetos ContentSource que representam fontes de conteúdo.