SPFileSaveBinaryParameters.OutVirusCheckMessage property
Gets a message with information about a virus scan performed on the file.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property OutVirusCheckMessage As String
Get
Friend Set
'Usage
Dim instance As SPFileSaveBinaryParameters
Dim value As String
value = instance.OutVirusCheckMessage
public string OutVirusCheckMessage { get; internal set; }
Property value
Type: System.String
The text of a message with information about a virus scan.
See also
Reference
SPFileSaveBinaryParameters class