WordServiceApplication.DisableSandbox Property
Gets or sets a value that indicates whether to disable sandboxing in the Word Automation Services.
Namespace: Microsoft.Office.Word.Server.Service
Assembly: Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)
Syntax
'Declaration
Public Property DisableSandbox As Boolean
Get
Set
'Usage
Dim instance As WordServiceApplication
Dim value As Boolean
value = instance.DisableSandbox
instance.DisableSandbox = value
public bool DisableSandbox { get; set; }
Property Value
Type: System.Boolean
true to disable sandboxing in the Word Automation Services; otherwise, false.