Partager via


SPWorkflowAssociation.HistoryListTitle - Propriété

Obtient ou définit le titre de la liste dans laquelle enregistrer les événements d'historique de flux de travail pour cette association de flux de travail.

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

Syntaxe

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

value = instance.HistoryListTitle

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

Valeur de propriété

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

Remarques

Pour spécifier la liste d'historique de flux de travail pour une association de flux de travail, utilisez la méthode SetHistoryList .

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