This documentation is archived and is not being maintained.
WorkItem::Item Property (String)
Visual Studio 2013
Gets or sets the value of a field in this work item that is specified by the field name.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
public: property Object^ Item[String^ name] { Object^ get (String^ name); void set (String^ name, Object^ value); }
Parameters
- name
- Type: System::String
- 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.
Show: