Partager via


WorkflowAssociation.AllowManual - Propriété

Gets or sets a value that specifies whether workflow instances based on this workflow association can be started manually.

Espace de noms :  Microsoft.SharePoint.Client.Workflow
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Property AllowManual As Boolean
    Get
    Set
'Utilisation
Dim instance As WorkflowAssociation
Dim value As Boolean

value = instance.AllowManual

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

Valeur de propriété

Type : System.Boolean
Returns Booleantrue if the workflow instance based on this workflow can be started manually; otherwise, returns false. The default value is.

Remarques

If this workflow association’s BaseTempate’s AllowManual property is set to false, setting this property will result in no change to its value.

Voir aussi

Référence

WorkflowAssociation classe

WorkflowAssociation - Membres

Microsoft.SharePoint.Client.Workflow - Espace de noms