Reference for Team Foundation Server SDK
WorkItem..::.Attachments Property
Gets collection of attachments associated with this work item.
Namespace:
Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:
Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Visual Basic (Declaration)
Public ReadOnly Property Attachments As AttachmentCollection
Dim instance As WorkItem
Dim value As AttachmentCollection
value = instance.Attachments
public AttachmentCollection Attachments { get; }
public:
property AttachmentCollection^ Attachments {
AttachmentCollection^ get ();
}
public function get Attachments () : AttachmentCollection
Reference