CreateTaskWithContentType.ListItemId property

Gets or sets the ListItemId of the newly created task list item.

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 CreateTaskWithContentType
Dim value As Integer

value = instance.ListItemId

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

Property value

Type: System.Int32
The identifier (ID) of the newly created task list item.

See also

Reference

CreateTaskWithContentType class

CreateTaskWithContentType members

Microsoft.SharePoint.WorkflowActions namespace