Propagation.QueryServers Property
SharePoint 2010
NOTE: This API is now obsolete.
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)
[ObsoleteAttribute("The QueryServers property is obsolete. Access QueryComponent objects via the SearchServiceApplication instead.")] public IEnumerable QueryServers { get; }
Property Value
Type: System.Collections.IEnumerableAn IEnumerator object that can be used to iterate through the collection.
Show: