CrawlRule.AuthenticationType - Propriété
Obtient le type d'authentification utilisé pour la règle d'analyse.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans Microsoft.Office.Server.Search.dll)
Syntaxe
'Déclaration
Public ReadOnly Property AuthenticationType As CrawlRuleAuthenticationType
Get
'Utilisation
Dim instance As CrawlRule
Dim value As CrawlRuleAuthenticationType
value = instance.AuthenticationType
public CrawlRuleAuthenticationType AuthenticationType { get; }
Valeur de propriété
Type : Microsoft.Office.Server.Search.Administration.CrawlRuleAuthenticationType
Valeur de l'énumération CrawlRuleAuthenticationType spécifiant le type d'authentification.
Remarques
Utilisez la méthode SetCredentials() de la classe CrawlRule pour modifier le type d'authentification pour une règle d'analyse.
Voir aussi
Référence
Microsoft.Office.Server.Search.Administration - Espace de noms