TestAttachmentRequestModel.AttachmentType Property
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.
Attachment type By Default it will be GeneralAttachment. It can be one of the following type. { GeneralAttachment, AfnStrip, BugFilingData, CodeCoverage, IntermediateCollectorData, RunConfig, TestImpactDetails, TmiTestRunDeploymentFiles, TmiTestRunReverseDeploymentFiles, TmiTestResultDetail, TmiTestRunSummary }
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public string AttachmentType { get; set; }
member this.AttachmentType : string with get, set
Public Property AttachmentType As String
Property Value
- Attributes