Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the value of a field in this work item that is specified by the field ID.
Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Property Item ( _
    id As CoreField _
) As Object
public Object this[
    CoreField id
] { get; set; }
public:
property Object^ Item[CoreField id] {
    Object^ get (CoreField id);
    void set (CoreField id, Object^ value);
}
member Item : 
        id:CoreField -> Object with get, set
JScript does not support indexed properties.
Parameters
Property Value
Type: System.Object
The object that is contained by the specified 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.