SP.Workflow.WorkflowAssociation.taskListTitle Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the title of the list within which workflow tasks will be created for this workflow association.
var value = SP.Workflow.WorkflowAssociation.get_taskListTitle();
SP.Workflow.WorkflowAssociation.set_taskListTitle(value);
Property Value
Type: String
Applies To
SP.Workflow.WorkflowAssociation Class
Remarks
It must not be null. It must not be empty. Its length must be equal to or less than 255.
See Also
Reference
SP.Workflow.WorkflowAssociation Methods