CrawlRule.SuppressIndexing, propriété (Microsoft.Office.Server.Search.Administration)
Gets or sets a Boolean value that specifies whether the crawler should exclude the content of items that this rule applies to from the content index.
Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)
Syntaxe
'Déclaration
Public Property SuppressIndexing As Boolean
'Utilisation
Dim instance As CrawlRule
Dim value As Boolean
value = instance.SuppressIndexing
instance.SuppressIndexing = value
public bool SuppressIndexing { get; set; }
Valeur de la propriété
true if the crawler should exclude the content; otherwise, false.
Remarques
The crawler will still crawl and enumerate links in content that this rule applies to, but their content will not be searchable.
Voir aussi
Référence
CrawlRule, classe
Membres CrawlRule
Microsoft.Office.Server.Search.Administration, espace de noms