FormTemplate.UserWorkflowEnabled property

Gets a value that indicates whether the form template represented by the FormTemplate object is enabled as a declarative rules-based form that is part of a SharePoint workflow process.

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

Syntax

'Declaration
Public ReadOnly Property UserWorkflowEnabled As Boolean
    Get
'Usage
Dim instance As FormTemplate
Dim value As Boolean

value = instance.UserWorkflowEnabled
public bool UserWorkflowEnabled { get; }

Property value

Type: System.Boolean
true if the form is a declarative rules-based workflow form; otherwise false.

See also

Reference

FormTemplate class

FormTemplate members

Microsoft.Office.InfoPath.Server.Administration namespace