ITestEnvironment.ControllerEnvironmentId Property
Gets or sets the ID of the controller.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
Guid ControllerEnvironmentId { get; set; }
property Guid ControllerEnvironmentId {
Guid get();
void set(Guid value);
}
abstract ControllerEnvironmentId : Guid with get, set
Property ControllerEnvironmentId As Guid
Property Value
Type: System.Guid
The ID of the test environment.
See Also
ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top