Sdílet prostřednictvím


ITestController.GroupId – vlastnost

Získá nebo nastaví identifikátor pro skupinu obsahující tento řadič test řadiče testu.

Obor názvů:  Microsoft.TeamFoundation.TestManagement.Client
Sestavení:  Microsoft.TeamFoundation.TestManagement.Client (v Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Deklarace
Property GroupId As String
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)

Hodnota vlastnosti

Typ: String
Identifikátor skupiny řadiče testu, která obsahuje tento řadič testu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestController Rozhraní

Microsoft.TeamFoundation.TestManagement.Client – obor názvů