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 from the QueryAuthenticationType enumeration.

See Also

Reference

Query Class

Query Members

Microsoft.Office.Server.Search.Query Namespace