Condividi tramite


Proprietà ITestController.GroupId

Ottiene o imposta l'identificatore per il gruppo di controller di test che contiene il controller di test.

Spazio dei nomi:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String
Identificatore per il gruppo di controller di test che contiene il controller di test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestController Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client