TestAttachmentRequestModel Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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