SPWebApplication.SharePoint2010WorkflowsEnabled property

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property SharePoint2010WorkflowsEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.SharePoint2010WorkflowsEnabled

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

Property value

Type: System.Boolean

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace