Edit

TestIterationDetailsModel.Attachments Field

Definition

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

Applies to