CollectDataTask.InProperties Property

Gets or sets the information about the activity before it has executed.

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

Syntax

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

value = instance.InProperties

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

Property Value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
The information about the activity before it has executed.

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