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)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property Attachments As AttachmentCollection
Visual Basic (Usage)
Dim instance As WorkItem
Dim value As AttachmentCollection

value = instance.Attachments
C#
public AttachmentCollection Attachments { get; }
Visual C++
public:
property AttachmentCollection^ Attachments {
    AttachmentCollection^ get ();
}
JScript
public function get Attachments () : AttachmentCollection
Permissions

See Also

Reference

Tags :


Page view tracker