LocationConfiguration.QueryReformatPattern property

Specifies a string containing a pattern that a query must match to trigger a search on the federated location.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
<DataMemberAttribute> _
Public Property QueryReformatPattern As String
    Get
    Set
'Usage
Dim instance As LocationConfiguration
Dim value As String

value = instance.QueryReformatPattern

instance.QueryReformatPattern = value
[DataMemberAttribute]
public string QueryReformatPattern { get; set; }

Property value

Type: System.String

Remarks

If the value of IsPrefixPattern is true, then the query must begin with this string to trigger a search on the location. Otherwise, the value of this string is a regular expression pattern that the query must match.

See also

Reference

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace