Share via


FormTemplate.WorkflowEnabled Property

Gets a boolean value indicating whether the form template can be used in 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 WorkflowEnabled As Boolean
    Get
'Usage
Dim instance As FormTemplate
Dim value As Boolean

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

Property Value

Type: System.Boolean
A boolean value of true if the form can be used in a workflow, false if not.

See Also

Reference

FormTemplate Class

FormTemplate Members

Microsoft.Office.InfoPath.Server.Administration Namespace