IssueTracking.m_itemBProperties Field

Represents a collection of information.

Namespace:  Microsoft.SharePoint.Workflow.Application
Assembly:  Microsoft.SharePoint.Workflows (in Microsoft.SharePoint.Workflows.dll)

Syntax

'Declaration
Public m_itemBProperties As Hashtable
'Usage
Dim instance As IssueTracking
Dim value As Hashtable

value = instance.m_itemBProperties

instance.m_itemBProperties = value
public Hashtable m_itemBProperties

Remarks

The workflow markup file IssueTracking.xoml sets this field to the properties of the workflow item before it has been changed or deleted.

See Also

Reference

IssueTracking Class

IssueTracking Members

Microsoft.SharePoint.Workflow.Application Namespace