ISessionNote.Comment 属性

 

创建说明时添加注释。

命名空间:   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

返回 String

请参阅

ISessionNote 接口
Microsoft.TeamFoundation.TestManagement.Client 命名空间

返回页首