IAttachmentOwner.Attachments Property

Gets the collection of attachments.

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

Syntax

'Declaration
ReadOnly Property Attachments As IAttachmentCollection
IAttachmentCollection Attachments { get; }
property IAttachmentCollection^ Attachments {
    IAttachmentCollection^ get ();
}
abstract Attachments : IAttachmentCollection
function get Attachments () : IAttachmentCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IAttachmentCollection
The collection of attachments.

.NET Framework Security

See Also

Reference

IAttachmentOwner Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IAttachmentCollection