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