Share via


OnWorkflowItemDeleted.BeforeProperties property

Gets or sets properties of the workflow item before it has been deleted.

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

Syntax

'Declaration
<ValidationOptionAttribute(ValidationOption.Optional)> _
Public Property BeforeProperties As Hashtable
    Get
    Set
'Usage
Dim instance As OnWorkflowItemDeleted
Dim value As Hashtable

value = instance.BeforeProperties

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

Property value

Type: System.Collections.Hashtable
A list of workflow properties.

See also

Reference

OnWorkflowItemDeleted class

OnWorkflowItemDeleted members

Microsoft.SharePoint.WorkflowActions namespace