ITestController.GroupId 属性

获取或设置包含此测试控制器的测试控制器组的标识符。

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

语法

声明
Property GroupId As String
    Get
    Set
string GroupId { get; set; }
property String^ GroupId {
    String^ get ();
    void set (String^ value);
}
abstract GroupId : string with get, set
function get GroupId () : String
function set GroupId (value : String)

属性值

类型:System.String
包含此测试控制器的测试控制器组的标识符。

.NET Framework 安全性

请参见

参考

ITestController 接口

Microsoft.TeamFoundation.TestManagement.Client 命名空间