IssueTracking.m_reason Field
Represents the text used to log the reason why the step was taken.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_reason As String
'Usage
Dim instance As IssueTracking
Dim value As String
value = instance.m_reason
instance.m_reason = value
public string m_reason