SPAntivirusSettings.SkipSearchCrawl property

Gets or sets a Boolean value that specifies whether to skip scanning during a search crawl.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SkipSearchCrawl As Boolean
    Get
    Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Boolean

value = instance.SkipSearchCrawl

instance.SkipSearchCrawl = value
public bool SkipSearchCrawl { get; set; }

Property value

Type: System.Boolean
true to skip skanning during a search crawl; otherwise, false.

See also

Reference

SPAntivirusSettings class

SPAntivirusSettings members

Microsoft.SharePoint.Administration namespace