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 supports iterating through the query servers.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property QueryServers As IEnumerable
Get
'Usage
Dim instance As Propagation
Dim value As IEnumerable
value = instance.QueryServers
public IEnumerable QueryServers { get; }
Property Value
Type: System.Collections.IEnumerable
An IEnumerator object that can be used to iterate through the collection.