LinksControlBase.m_workItem Field
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Protected m_workItem As WorkItem
'Usage
Dim value As WorkItem
value = Me.m_workItem
Me.m_workItem = value
protected WorkItem m_workItem
protected:
WorkItem^ m_workItem
protected var m_workItem : WorkItem
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace