WordServiceApplication.DisableBinaryFileScan Property
Gets or sets a value that specifies whether binary documents loaded by the service are subject to additional security validation.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property DisableBinaryFileScan As Boolean
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Boolean
value = instance.DisableBinaryFileScan
instance.DisableBinaryFileScan = value
public bool DisableBinaryFileScan { get; set; }
Property Value
Type: System.Boolean
Returns Boolean.
Remarks
The default value for this setting is false.