Partager via


WebContentSource.MaxPageEnumerationDepth, propriété (Microsoft.Office.Server.Search.Administration)

Gets or sets the number of page hops the crawler can take from the start address to a content item.

Espace de noms : Microsoft.Office.Server.Search.Administration
Assembly : Microsoft.Office.Server.Search (dans microsoft.office.server.search.dll)

Syntaxe

'Déclaration
Public Property MaxPageEnumerationDepth As Integer
'Utilisation
Dim instance As WebContentSource
Dim value As Integer

value = instance.MaxPageEnumerationDepth

instance.MaxPageEnumerationDepth = value
public int MaxPageEnumerationDepth { get; set; }

Valeur de la propriété

A 32-bit integer that specifies the maximum number of page hops.

Remarques

To configure an unlimited number of page hops, set this value to -1.

Voir aussi

Référence

WebContentSource, classe
Membres WebContentSource
Microsoft.Office.Server.Search.Administration, espace de noms