Share via


SPTaskServiceEventArgs.taskId field

The ID of the workflow task for which the event occurred.

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

Syntax

'Declaration
Public taskId As Guid
'Usage
Dim instance As SPTaskServiceEventArgs
Dim value As Guid

value = instance.taskId

instance.taskId = value
public Guid taskId

Remarks

When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.

See also

Reference

SPTaskServiceEventArgs class

SPTaskServiceEventArgs members

Microsoft.SharePoint.Workflow namespace