Propagation.QueryServers Property
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.