Share via


SPAntivirusSettings.VendorUpdateCount property

Gets or sets the current increment of the number of times the vendor has been updated.

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

Syntax

'Declaration
Public Property VendorUpdateCount As Integer
    Get
    Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Integer

value = instance.VendorUpdateCount

instance.VendorUpdateCount = value
public int VendorUpdateCount { get; set; }

Property value

Type: System.Int32
A 32-bit integer that specifies the number of times the vendor has been updated.

See also

Reference

SPAntivirusSettings class

SPAntivirusSettings members

Microsoft.SharePoint.Administration namespace