Condividi tramite


Proprietà ITestEnvironment.Id

Ottiene l'identificatore per l'ambiente di test, secondo quanto registrato in Visual Studio Team Foundation Server.

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

Sintassi

'Dichiarazione
Property Id As Guid
Guid Id { get; set; }
property Guid Id {
    Guid get ();
    void set (Guid value);
}
abstract Id : Guid with get, set
function get Id () : Guid
function set Id (value : Guid)

Valore proprietà

Tipo: System.Guid
L'identificatore per l'ambiente di test registrato.

Note

Se il GUID è vuoto, l'ambiente non è ancora stato registrato.chiamare Register fornisce l'ambiente con un GUID valido.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITestEnvironment Interfaccia

Spazio dei nomi Microsoft.TeamFoundation.TestManagement.Client

Register