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.