CreateTask.ListItemId property

Gets or sets the list item ID of the task in the task list.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property ListItemId As Integer
    Get
    Set
'Usage
Dim instance As CreateTask
Dim value As Integer

value = instance.ListItemId

instance.ListItemId = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public int ListItemId { get; set; }

Property value

Type: System.Int32
The list item ID.

See also

Reference

CreateTask class

CreateTask members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)