LocationConfiguration.MoreLinkTemplate property
Specifies the link template that determines 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
<DataMemberAttribute> _
Public Property MoreLinkTemplate As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.MoreLinkTemplate
instance.MoreLinkTemplate = value
[DataMemberAttribute]
public string MoreLinkTemplate { get; set; }
Property value
Type: System.String