This documentation is archived and is not being maintained.

WorkItem::Attachments Property

Gets the AttachmentCollection object that represents the attachments that belong to this work item.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
property AttachmentCollection^ Attachments {
	AttachmentCollection^ get ();
}

Property Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client::AttachmentCollection
The AttachmentCollection object that represents the attachments that belong to this work item.

Show: