共用方式為


SPTaskServiceEventArgs.afterProperties Field

The properties of the workflow task after the event occurred.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public afterProperties As SPWorkflowTaskProperties
'Usage
Dim instance As SPTaskServiceEventArgs
Dim value As SPWorkflowTaskProperties

value = instance.afterProperties

instance.afterProperties = value
public SPWorkflowTaskProperties afterProperties

Remarks

When the ITaskService service raises an event, the event parameters are contained in the SPTaskServiceEventArgs class.

See Also

Reference

SPTaskServiceEventArgs Class

SPTaskServiceEventArgs Members

Microsoft.SharePoint.Workflow Namespace