WorkItemFormControl.Item Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Property Item As WorkItem
public WorkItem Item { get; set; }
public:
property WorkItem^ Item {
WorkItem^ get ();
void set (WorkItem^ value);
}
member Item : WorkItem with get, set
function get Item () : WorkItem
function set Item (value : WorkItem)
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItem
Returns 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