SPWeb.AllowCreateDeclarativeWorkflowForCurrentUser property
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AllowCreateDeclarativeWorkflowForCurrentUser As Boolean
Get
'Usage
Dim instance As SPWeb
Dim value As Boolean
value = instance.AllowCreateDeclarativeWorkflowForCurrentUser
public bool AllowCreateDeclarativeWorkflowForCurrentUser { get; }
Property value
Type: System.Boolean