IssueTracking.m_historyDuration Field
Represents the time interval since the workflow activity started.
Namespace: Microsoft.SharePoint.Workflow.Application
Assembly: Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)
Syntax
'Declaration
Public m_historyDuration As TimeSpan
'Usage
Dim instance As IssueTracking
Dim value As TimeSpan
value = instance.m_historyDuration
instance.m_historyDuration = value
public TimeSpan m_historyDuration