SPWorkflowAssociation.HistoryListTitle Property
Gets or sets the title of the list to which to log workflow history events for this workflow association.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
Syntax
'Declaration
<ClientCallableAttribute> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotEmpty)> _
<ClientCallableConstraintAttribute(Type := ClientCallableConstraintType.NotNull)> _
<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
[ClientCallableAttribute]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotEmpty)]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.NotNull)]
[ClientCallableConstraintAttribute(Type = ClientCallableConstraintType.MaxLength, Value = )]
public string HistoryListTitle { get; set; }
Property Value
Type: System.String
A String that represents the list title.
Remarks
To specify the workflow history list for a workflow association, use the SetHistoryList method.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in SharePoint Foundation