CollectDataTask._outProperties Field
Represents the information about the activity after it has executed.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public _outProperties As SPWorkflowTaskProperties
'Usage
Dim instance As CollectDataTask
Dim value As SPWorkflowTaskProperties
value = instance._outProperties
instance._outProperties = value
public SPWorkflowTaskProperties _outProperties
Remarks
This member is reserved for internal use and is not intended to be used directly from your code.
Use OutProperties instead.