Share via


OnTaskDeleted.AfterProperties property

Gets or sets an SPWorkflowTaskProperties object that contains the current task property values for any properties that were deleted. This includes custom data stored in the Hashtable object returned by the ExtendedProperties property.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property AfterProperties As SPWorkflowTaskProperties
    Get
    Set
'Usage
Dim instance As OnTaskDeleted
Dim value As SPWorkflowTaskProperties

value = instance.AfterProperties

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

Property value

Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties

See also

Reference

OnTaskDeleted class

OnTaskDeleted members

Microsoft.SharePoint.WorkflowActions namespace

Other resources

Workflow Activities for Windows SharePoint Services Overview

How Windows SharePoint Services Processes Workflow Activities

Workflow Task Forms (Windows SharePoint Services)