QueryProperties.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
<DataMemberAttribute> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Usage
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
A value from the QueryAuthenticationType enumeration.

See Also

Reference

QueryProperties Class

QueryProperties Members

Microsoft.Office.Server.Search.Query Namespace