IssueTracking.m_workflowId Field
Represents the ID that the workflow runtime uses to track the workflow instance.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_workflowId As Guid
'Usage
Dim instance As IssueTracking
Dim value As Guid
value = instance.m_workflowId
instance.m_workflowId = value
public Guid m_workflowId