FormsService.AllowUserFormBrowserEnabling Property

Gets or sets the value that indicates whether users can browser-enable form templates that do not contain form code, require full trust, enable rendering on a mobile device, or use a data connection managed by a server administrator.

Namespace:  Microsoft.Office.InfoPath.Server.Administration
Assembly:  Microsoft.Office.InfoPath.Server (in Microsoft.Office.InfoPath.Server.dll)

Syntax

'Declaration
Public Property AllowUserFormBrowserEnabling As Boolean
    Get
    Set
'Usage
Dim instance As FormsService
Dim value As Boolean

value = instance.AllowUserFormBrowserEnabling

instance.AllowUserFormBrowserEnabling = value
public bool AllowUserFormBrowserEnabling { get; set; }

Property Value

Type: System.Boolean
true if users can browser-enable form templates.

Remarks

The AllowUserFormBrowserEnabling is true by default, and corresponds to the Allow end users to browser-enable form templates setting on the Configure InfoPath Forms Services page of the SharePoint Central Administration site.

See Also

Reference

FormsService Class

FormsService Members

Microsoft.Office.InfoPath.Server.Administration Namespace