Compartir a través de


: CrawlRule.PluggableSecurityTrimmerId (Propiedad) (Microsoft.Office.Server.Search.Administration)

Gets or sets the pluggable security trimmer ID for the crawl rule.

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

Sintaxis

'Declaración
Public Property PluggableSecurityTrimmerId As Integer
'Uso
Dim instance As CrawlRule
Dim value As Integer

value = instance.PluggableSecurityTrimmerId

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

Valor de propiedad

A 32-bit integer that specifies the pluggable security trimmer ID.

Comentarios

For more information about implementing a custom security trimmer for Enterprise Search results, see Custom Security Trimming Overview.

Vea también

Referencia

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