Compartir a través de


: CustomContentSource.MaxSiteEnumerationDepth (Propiedad) (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.

Espacio de nombres:
Ensamblado: Microsoft.Office.Server.Search (in microsoft.office.server.search.dll)

Sintaxis

'Declaración
Public Property MaxSiteEnumerationDepth As Integer
'Uso
Dim instance As CustomContentSource
Dim value As Integer

value = instance.MaxSiteEnumerationDepth

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

Valor de propiedad

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

Comentarios

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

Vea también

Referencia

CustomContentSource (Clase)
CustomContentSource (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)