Freigeben über


SPWorkflowAssociation.HistoryListTitle-Eigenschaft

Dient zum Abrufen oder Festlegen des Titels der Liste auf der workflowverlaufsereignisse für diese Workflowzuordnung protokolliert.

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

Syntax

'Declaration
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotEmpty)> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.MaxLength, Value := )> _
Public Property HistoryListTitle As String
    Get
    Set
'Usage
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; }

Eigenschaftswert

Typ: System.String
Eine String , die den Titel der Liste darstellt.

Hinweise

Um die Workflow-Verlaufsliste für eine Workflowzuordnung anzugeben, verwenden Sie die SetHistoryList -Methode.

Siehe auch

Referenz

SPWorkflowAssociation Klasse

SPWorkflowAssociation-Member

Microsoft.SharePoint.Workflow-Namespace

Weitere Ressourcen

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview