IssueTracking.GetTaskProps Method

Creates the initial workflow properties when the item was started in the middle state.

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
Public Sub GetTaskProps ( _
    sender As Object, _
    e As EventArgs _
)
'Usage
Dim instance As IssueTracking
Dim sender As Object
Dim e As EventArgs

instance.GetTaskProps(sender, e)
public void GetTaskProps(
    Object sender,
    EventArgs e
)

Parameters

Remarks

If the item was started in the middle state, this method initializes the m_creationProperties field.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace