Edit

TestAttachmentRequestModel Constructors

Definition

Overloads

TestAttachmentRequestModel()

public TestAttachmentRequestModel();
Public Sub New ()

Applies to

TestAttachmentRequestModel(String, String, String, String)

public TestAttachmentRequestModel(string stream = null, string fileName = "", string comment = "", string attachmentType = "");
new Microsoft.TeamFoundation.TestManagement.WebApi.TestAttachmentRequestModel : string * string * string * string -> Microsoft.TeamFoundation.TestManagement.WebApi.TestAttachmentRequestModel
Public Sub New (Optional stream As String = null, Optional fileName As String = "", Optional comment As String = "", Optional attachmentType As String = "")

Parameters

stream
String
fileName
String
comment
String
attachmentType
String

Applies to