Freigeben über


QueryProperties.AuthenticationType-Eigenschaft

Ruft den Authentifizierungstyp für die Abfrage fest.

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; }

Eigenschaftswert

Typ: Microsoft.Office.Server.Search.Query.QueryAuthenticationType
Ein Wert aus der QueryAuthenticationType -Enumeration.

Siehe auch

Referenz

QueryProperties Klasse

QueryProperties-Member

Microsoft.Office.Server.Search.Query-Namespace