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
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflow Activities for SharePoint Foundation