WaitForActivity._beforeProperties Field
A hashtable containing the properties of the list item before the workflow has resumed and completed.
Namespace: Microsoft.SharePoint.WorkflowActions.WithKey
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
Public _beforeProperties As Hashtable
'Usage
Dim instance As WaitForActivity
Dim value As Hashtable
value = instance._beforeProperties
instance._beforeProperties = value
public Hashtable _beforeProperties