OnWorkflowItemDeleted.AfterProperties Property
Gets or sets properties of the workflow item after it has been deleted.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property AfterProperties As Hashtable
Get
Set
'Usage
Dim instance As OnWorkflowItemDeleted
Dim value As Hashtable
value = instance.AfterProperties
instance.AfterProperties = value
[ValidationOptionAttribute(ValidationOption.Optional)]
public Hashtable AfterProperties { get; set; }
Property Value
Type: System.Collections.Hashtable
A list of workflow properties.