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
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflow Activities for SharePoint Foundation