SPAntivirusSettings.VendorId property
The vendor identifier. Incrementing this number when the virus signatures change will cause files to be re-scanned on next access.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property VendorId As Integer
Get
Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Integer
value = instance.VendorId
instance.VendorId = value
public int VendorId { get; set; }
Property value
Type: System.Int32
A 32-bit integer that specifies the vendor identifier.