Compartilhar via


SPUserCodeWorkflowContext.AllowManual property

Obtém ou define um valor que indica se o fluxo de trabalho pode ser iniciado manualmente.

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

Syntax

'Declaração
Public Property AllowManual As Boolean
    Get
    Set
'Uso
Dim instance As SPUserCodeWorkflowContext
Dim value As Boolean

value = instance.AllowManual

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

Property value

Type: System.Boolean
true se o fluxo de trabalho pode ser iniciado manualmente, caso contrário, false.

Ver também

Referência

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace