IssueTracking Class
Defines a three-step workflow activity that is used to track issues.
Inheritance Hierarchy
System.Object
System.Workflow.ComponentModel.DependencyObject
System.Workflow.ComponentModel.Activity
System.Workflow.ComponentModel.CompositeActivity
System.Workflow.Activities.SequenceActivity
System.Workflow.Activities.SequentialWorkflowActivity
Microsoft.SharePoint.Workflow.Application.IssueTracking
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
<SerializableAttribute> _
<WorkflowMarkupSourceAttribute("d:\office\source\sts\wfapps\issuetracking\IssueTracking.xoml", _
"31F2BBB168AEBF3CDFF9AEEACC967BEA")> _
Public Class IssueTracking _
Inherits SequentialWorkflowActivity _
Implements IDisposable
'Usage
Dim instance As IssueTracking
[SerializableAttribute]
[WorkflowMarkupSourceAttribute("d:\office\source\sts\wfapps\issuetracking\IssueTracking.xoml",
"31F2BBB168AEBF3CDFF9AEEACC967BEA")]
public class IssueTracking : SequentialWorkflowActivity,
IDisposable
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.