Compartilhar via


Query.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
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Uso
Dim instance As Query
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

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

Property value

Type: Microsoft.Office.Server.Search.Query.QueryAuthenticationType
Um valor que representa o tipo de autenticação.

Ver também

Referência

Query class

Query members

Microsoft.Office.Server.Search.Query namespace