SearchServiceInstance.Components Property

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Components As ReadOnlyCollection(Of SearchComponent)
    Get
'Usage
Dim instance As SearchServiceInstance
Dim value As ReadOnlyCollection(Of SearchComponent)

value = instance.Components
public ReadOnlyCollection<SearchComponent> Components { get; }

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<SearchComponent>

See Also

Reference

SearchServiceInstance Class

SearchServiceInstance Members

Microsoft.Office.Server.Search.Administration Namespace