CustomContentSource.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 CustomContentSource
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 Int32.MaxValue.
Voir aussi
Référence
CustomContentSource, classe
Membres CustomContentSource
Microsoft.Office.Server.Search.Administration, espace de noms