Share via


SPWorkflowAssociation.TaskListContentTypeId property

Returns the content type ID of the content type assigned to the workflow task list.

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

Syntax

'Declaration
Public ReadOnly Property TaskListContentTypeId As SPContentTypeId
    Get
'Usage
Dim instance As SPWorkflowAssociation
Dim value As SPContentTypeId

value = instance.TaskListContentTypeId
public SPContentTypeId TaskListContentTypeId { get; }

Property value

Type: Microsoft.SharePoint.SPContentTypeId
A SPContentTypeId object that represents the task list content type ID.

Remarks

For more information about content type IDs, see Content Type IDs.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview