IssueTracking.m_executor Field
Represents the user name of the user who created, resolved, or closed the issue.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_executor As String
'Usage
Dim instance As IssueTracking
Dim value As String
value = instance.m_executor
instance.m_executor = value
public string m_executor