Freigeben über


Query.AuthenticationType-Eigenschaft

HINWEIS: Diese API ist veraltet.

Ruft den Authentifizierungstyp für die Abfrage fest.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Usage
Dim instance As Query
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
[ObsoleteAttribute("This class is obsolete.")]
public QueryAuthenticationType AuthenticationType { get; set; }

Eigenschaftswert

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

Siehe auch

Referenz

Query Klasse

Query-Member

Microsoft.SharePoint.Search.Query-Namespace