LocationConfiguration.MoreLinkTemplate Property
Link template that specifies the federated search location URL of the HTML page that displays results for the search query. This template corresponds to the MoreLinkTemplate element of the OpenSearchDescription of the federated location definition file.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property MoreLinkTemplate As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.MoreLinkTemplate
instance.MoreLinkTemplate = value
public string MoreLinkTemplate { get; set; }
Property Value
Type: System.String