QueryProperties.AuthenticationType - Propriété

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

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

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property AuthenticationType As QueryAuthenticationType
    Get
    Set
'Utilisation
Dim instance As QueryProperties
Dim value As QueryAuthenticationType

value = instance.AuthenticationType

instance.AuthenticationType = value
[DataMemberAttribute]
public QueryAuthenticationType AuthenticationType { get; set; }

Valeur de propriété

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

Voir aussi

Référence

QueryProperties classe

QueryProperties - Membres

Microsoft.Office.Server.Search.Query - Espace de noms