Compartilhar via


QueryProperties.AuthenticationType property

Obtém ou define o tipo de autenticação para a consulta.

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

Syntax

'Declaração
<DataMemberAttribute> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Uso
Dim instance As QueryProperties
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
[DataMemberAttribute]
public QueryAuthenticationType AuthenticationType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Query.QueryAuthenticationType
Um valor da enumeração QueryAuthenticationType .

Ver também

Referência

QueryProperties class

QueryProperties members

Microsoft.Office.Server.Search.Query namespace