Query.AuthenticationType - Propriété

Remarque : cette API est désormais obsolète.

Obtient ou définit le type d'authentification de la requête.

Espace de noms :  Microsoft.SharePoint.Search.Query
Assembly :  Microsoft.SharePoint.Search (dans Microsoft.SharePoint.Search.dll)

Syntaxe

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

value = instance.AuthenticationType

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

Valeur de propriété

Type : Microsoft.SharePoint.Search.Query.QueryAuthenticationType
Valeur de l'énumération QueryAuthenticationType .

Voir aussi

Référence

Query classe

Query - Membres

Microsoft.SharePoint.Search.Query - Espace de noms