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)
Available in Sandboxed Solutions: No
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.