CollectDataTask.OutProperties Property

Gets or sets the information about the activity after it completes.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
<BrowsableAttribute(True)> _
Public Property OutProperties As SPWorkflowTaskProperties
    Get
    Set
'Usage
Dim instance As CollectDataTask
Dim value As SPWorkflowTaskProperties

value = instance.OutProperties

instance.OutProperties = value
[ValidationOptionAttribute(ValidationOption.Optional)]
[BrowsableAttribute(true)]
public SPWorkflowTaskProperties OutProperties { get; set; }

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
The information about the activity after it completes.

Remarks

The developer should compare the InProperties with the OutProperties to see whether any part of the activity was not performed.

See Also

Reference

CollectDataTask Class

CollectDataTask Members

Microsoft.SharePoint.WorkflowActions.WithKey Namespace