Compartilhar via


OnWorkflowItemChanged.BeforeProperties Property

Gets or sets properties of the workflow item before a change has occurred.

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

Syntax

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

value = instance.BeforeProperties

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

Property Value

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

See Also

Reference

OnWorkflowItemChanged Class

OnWorkflowItemChanged Members

Microsoft.SharePoint.WorkflowActions Namespace