SPWebService.AntivirusSettings property

Gets the collection of antivirus settings for this service.

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

Syntax

'Declaration
Public ReadOnly Property AntivirusSettings As SPAntivirusSettings
    Get
'Usage
Dim instance As SPWebService
Dim value As SPAntivirusSettings

value = instance.AntivirusSettings
public SPAntivirusSettings AntivirusSettings { get; }

Property value

Type: Microsoft.SharePoint.Administration.SPAntivirusSettings
An SPAntivirusSettings object.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace