OnTaskCreated.AfterProperties Property
Gets and sets an SPWorkflowTaskProperties object that contains the task properties for the task created.
Namespace: Microsoft.SharePoint.WorkflowActions
Assembly: Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)
Syntax
'Declaration
<ValidationOptionAttribute(ValidationOption.Required)> _
Public Property AfterProperties As SPWorkflowTaskProperties
Get
Set
'Usage
Dim instance As OnTaskCreated
Dim value As SPWorkflowTaskProperties
value = instance.AfterProperties
instance.AfterProperties = value
[ValidationOptionAttribute(ValidationOption.Required)]
public SPWorkflowTaskProperties AfterProperties { get; set; }
Property Value
Type: Microsoft.SharePoint.Workflow.SPWorkflowTaskProperties
Remarks
Task properties can include custom data stored in the System.Hashtable object returned by the ExtendedProperties property.
See Also
Reference
Microsoft.SharePoint.WorkflowActions Namespace
Other Resources
Workflow Activities for SharePoint Foundation