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
<OperationContractAttribute> _
Function GetLocationDescription ( _
id As Integer _
) As String
'Usage
Dim instance As ISearchSiteAdministrationServiceApplication
Dim id As Integer
Dim returnValue As String
returnValue = instance.GetLocationDescription(id)
[OperationContractAttribute]
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.
Remarks
Implementing classes should ensure that the value of the id parameter must not be null .
See Also
Reference
ISearchSiteAdministrationServiceApplication Interface