Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the value in the QueryReformatPattern member is for a prefix match. This corresponds to the IsPrefixPattern element of the OpenSearchDescription Element (Location Definition) 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 IsPrefixPattern As Boolean
Get
Set
'Usage
Dim instance As LocationConfiguration
Dim value As Boolean
value = instance.IsPrefixPattern
instance.IsPrefixPattern = value
[DataMemberAttribute]
public bool IsPrefixPattern { get; set; }
Property Value
Type: System.Boolean