LocationConfiguration.ConnectionUrlTemplate Property
The query template that specifies how to pass search queries to an OpenSearch location’s URL. This corresponds to the ConnectionUrlTemplate 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 ConnectionUrlTemplate As String
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As String
value = instance.ConnectionUrlTemplate
instance.ConnectionUrlTemplate = value
public string ConnectionUrlTemplate { get; set; }
Property Value
Type: System.String