WorkItem.Item Property (String)
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)
Syntax
'Declaration
Public Property Item ( _
name As String _
) As Object
public Object this[
string name
] { get; set; }
public:
property Object^ Item[String^ name] {
Object^ get (String^ name);
void set (String^ name, Object^ value);
}
member Item :
name:string -> Object with get, set
JScript does not support indexed properties.
Parameters
- name
Type: System.String
Property Value
Type: System.Object
The object that is contained in this field.
.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.