Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
id
Type: System.Int32The ID of the federated location.
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