CrawlRule.AuthenticationType, propriété (Microsoft.Office.Server.Search.Administration)
Gets the type of authentication used for the crawl rule.
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
'Utilisation
Dim instance As CrawlRule
Dim value As CrawlRuleAuthenticationType
value = instance.AuthenticationType
public CrawlRuleAuthenticationType AuthenticationType { get; }
Valeur de la propriété
A value from the CrawlRuleAuthenticationType enumeration specifying the type of authentication.
Remarques
Use the SetCredentials method of the CrawlRule class to change the authentication type for a crawl rule.
Voir aussi
Référence
CrawlRule, classe
Membres CrawlRule
Microsoft.Office.Server.Search.Administration, espace de noms