Share via


IAttachmentUploadEntry.Attachment Property

 

Gets an ITestAttachment that represents the associated attachment.

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

Syntax

ITestAttachment Attachment { get; }
property ITestAttachment^ Attachment {
    ITestAttachment^ get();
}
abstract Attachment : ITestAttachment with get
ReadOnly Property Attachment As ITestAttachment

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment

The associated attachment.

See Also

ITestAttachment
IAttachmentUploadEntry Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top