Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the pluggable security trimmer ID for the crawl rule.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property PluggableSecurityTrimmerId As Integer
Get
Set
'Usage
Dim instance As CrawlRule
Dim value As Integer
value = instance.PluggableSecurityTrimmerId
instance.PluggableSecurityTrimmerId = value
public int PluggableSecurityTrimmerId { get; set; }
Property Value
Type: System.Int32
A 32-bit integer that specifies the pluggable security trimmer ID.
Remarks
For more information about implementing a custom security trimmer for Enterprise Search results, see Custom Security Trimming Overview.