Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.