Edit

ITestStepAttachment Interface

Definition

public interface ITestStepAttachment : Microsoft.TeamFoundation.TestManagement.WebApi.ITestAttachment
type ITestStepAttachment = interface
    interface ITestAttachment
Public Interface ITestStepAttachment
Implements ITestAttachment
Implements

Properties

Comment

Description of the attachment.

(Inherited from ITestAttachment)
Name

Name of attachment on server. Must be unique to the instance of the object attached to. Should not contain path information.

(Inherited from ITestAttachment)
Url

Uri for retrieving the contents of the attachment.

(Inherited from ITestAttachment)

Applies to