SearchServiceApplication.SystemManagerLocations property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property SystemManagerLocations As IList(Of Uri)
Get
'Usage
Dim instance As SearchServiceApplication
Dim value As IList(Of Uri)
value = instance.SystemManagerLocations
public IList<Uri> SystemManagerLocations { get; }
Property value
Type: System.Collections.Generic.IList<Uri>
See also
Reference
SearchServiceApplication class