CollectDataTask._corrTask Field
Used to correlate messages to the task.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public _corrTask As CorrelationToken
'Usage
Dim instance As CollectDataTask
Dim value As CorrelationToken
value = instance._corrTask
instance._corrTask = value
public CorrelationToken _corrTask
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.