TestIterationDetailsModel.Attachments Field
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.
Refence to attachments in test iteration result.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultAttachmentModel> Attachments;
val mutable Attachments : System.Collections.Generic.List<Microsoft.TeamFoundation.TestManagement.WebApi.TestCaseResultAttachmentModel>
Public Attachments As List(Of TestCaseResultAttachmentModel)
Field Value
- Attributes