获取或设置有关附件的注释。
命名空间: Microsoft.TeamFoundation.TestManagement.Client
程序集: Microsoft.TeamFoundation.TestManagement.Client(Microsoft.TeamFoundation.TestManagement.Client.dll 中)
语法
string Comment { get; set; }
property String^ Comment {
String^ get();
void set(String^ value);
}
abstract Comment : string with get, set
Property Comment As String
属性值
Type: System.String
注释。
请参阅
ITestAttachment 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间
返回页首