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