SearchServiceInstance.IndexLocations Property

NOTE: This API is now obsolete.

Specifies a read-only, case-insensitive collection of index locations for all provisioned search applications.

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

Syntax

'Declaration
<ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")> _
Public ReadOnly Property IndexLocations As NameValueCollection
    Get
'Usage
Dim instance As SearchServiceInstance
Dim value As NameValueCollection

value = instance.IndexLocations
[ObsoleteAttribute("This information is available as the IndexLocation property of individual components.")]
public NameValueCollection IndexLocations { get; }

Property Value

Type: System.Collections.Specialized.NameValueCollection

See Also

Reference

SearchServiceInstance Class

SearchServiceInstance Members

Microsoft.Office.Server.Search.Administration Namespace