Query.AuthenticationType property

Gets or sets the authentication type for the query.

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

Syntax

'Declaration
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Usage
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
A value that represents the authentication type.

See also

Reference

Query class

Query members

Microsoft.Office.Server.Search.Query namespace