: WebContentSource.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 WebContentSource
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 -1.
Vea también
Referencia
WebContentSource (Clase)
WebContentSource (Miembros)
Microsoft.Office.Server.Search.Administration (Espacio de nombres)