Compartilhar via


LocationConfiguration.IsPrefixPattern property

Especifica se o valor no membro QueryReformatPattern é uma correspondência de prefixo. Isso corresponde ao elemento de IsPrefixPattern de OpenSearchDescription de arquivo de definição de local federado.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property IsPrefixPattern As Boolean
    Get
    Set
'Uso
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

Ver também

Referência

LocationConfiguration class

LocationConfiguration members

Microsoft.Office.Server.Search.Administration namespace