Partager via


CustomContentSource.MaxSiteEnumerationDepth, propriété (Microsoft.Office.Server.Search.Administration)

Gets or sets the number of site 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 MaxSiteEnumerationDepth As Integer
'Utilisation
Dim instance As CustomContentSource
Dim value As Integer

value = instance.MaxSiteEnumerationDepth

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

Valeur de la propriété

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

Remarques

To configure an unlimited number of site hops, set this value to Int32.MaxValue.

Voir aussi

Référence

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