SPWorkflowAssociation.TaskListTitle - Propriété

Obtient ou définit le titre de la liste sur lequel vous souhaitez créer des tâches de flux de travail pour l'association de flux de travail.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotEmpty)> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
Public Property TaskListTitle As String
    Get
    Set
'Utilisation
Dim instance As SPWorkflowAssociation
Dim value As String

value = instance.TaskListTitle

instance.TaskListTitle = value
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotEmpty)]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
public string TaskListTitle { get; set; }

Valeur de propriété

Type : System.String
String qui représente le titre de la liste.

Remarques

Pour définir la liste de tâches de flux de travail, utilisez la méthode SetTaskList .

Voir aussi

Référence

SPWorkflowAssociation classe

SPWorkflowAssociation - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview