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
'Declaration
ReadOnly Property Attachment As ITestAttachment
ITestAttachment Attachment { get; }
property ITestAttachment^ Attachment {
ITestAttachment^ get ();
}
abstract Attachment : ITestAttachment with get
function get Attachment () : ITestAttachment
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestAttachment
The associated attachment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IAttachmentUploadEntry Interface