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