Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets properties of the workflow item after a change has occurred.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property AfterProperties As Hashtable
Get
Set
'Usage
Dim instance As OnWorkflowItemChanged
Dim value As Hashtable
value = instance.AfterProperties
instance.AfterProperties = value
[ValidationOptionAttribute(ValidationOption.Required)]
public Hashtable AfterProperties { get; set; }
Property Value
Type: System.Collections.Hashtable
A list of workflow properties.