Freigeben über


SPAntivirusSettings.SkipSearchCrawl-Eigenschaft

Dient zum Abrufen oder Festlegen eines booleschen Werts, das angibt, ob während eines suchcrawls Scannen überspringen.

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; }

Eigenschaftswert

Typ: System.Boolean
true Skanning während einer Durchforstung Suche überspringen; andernfalls false.

Siehe auch

Referenz

SPAntivirusSettings Klasse

SPAntivirusSettings-Member

Microsoft.SharePoint.Administration-Namespace