Share via


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)
Available in Sandboxed Solutions: No

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