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