ITestEnvironment.Id Property

 

Gets the identifier for the test environment, as registered in Visual Studio Team Foundation Server.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Property Value

Type: System.Guid

The identifier for the registered test environment.

Remarks

If the GUID is empty, the environment has not yet been registered. Calling Register provides the environment with a valid GUID.

See Also

Register
ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top