CollectDataTask.TaskId Property

Gets or sets the ID of the task.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property TaskId As SPItemKey
    Get
    Set
'Usage
Dim instance As CollectDataTask
Dim value As SPItemKey

value = instance.TaskId

instance.TaskId = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(true)]
public SPItemKey TaskId { get; set; }

Property Value

Type: Microsoft.SharePoint.Workflow.SPItemKey
The ID of the task.

See Also

Reference

CollectDataTask Class

CollectDataTask Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace