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.
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>