CollectDataTask._taskId field

Represents the ID of the task.

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

Syntax

'Declaration
Public _taskId As Guid
'Usage
Dim instance As CollectDataTask
Dim value As Guid

value = instance._taskId

instance._taskId = value
public Guid _taskId

Remarks

This member is reserved for internal use and is not intended to be used directly from your code.

See also

Reference

CollectDataTask class

CollectDataTask members

Microsoft.SharePoint.WorkflowActions.WithKey namespace