SPAntivirusSettings.AllowDownload-Eigenschaft
Dient zum Abrufen oder Festlegen eines Werts, das angibt, ob infizierte Dokumente heruntergeladen werden können.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property AllowDownload As Boolean
Get
Set
'Usage
Dim instance As SPAntivirusSettings
Dim value As Boolean
value = instance.AllowDownload
instance.AllowDownload = value
public bool AllowDownload { get; set; }
Eigenschaftswert
Typ: System.Boolean
true zum Download infizierter Dokumente ermöglichen; andernfalls false. Der Standardwert ist false.