SearchServiceApplication.GetLocationDescription method

Retrieves the federated location description.

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

Syntax

'Declaration
Public Function GetLocationDescription ( _
    id As Integer _
) As String
'Usage
Dim instance As SearchServiceApplication
Dim id As Integer
Dim returnValue As String

returnValue = instance.GetLocationDescription(id)
public string GetLocationDescription(
    int id
)

Parameters

Return value

Type: System.String
The description of the federated location definition.

Implements

ISearchSiteAdministrationServiceApplication.GetLocationDescription(Int32)

Remarks

The value of the id parameter must not be null .

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace