ITestAttachment.AttachmentType 属性

 

获取或设置附件的类型。

命名空间:   Microsoft.TeamFoundation.TestManagement.Client
程序集:  Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)

语法

string AttachmentType { get; set; }
property String^ AttachmentType {
    String^ get();
    void set(String^ value);
}
abstract AttachmentType : string with get, set
Property AttachmentType As String

属性值

Type: System.String

AttachmentTypes 类中定义的字符串常量之一。

请参阅

AttachmentTypes
ITestAttachment 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首