ITestEnvironment.MachineRoles Property
Gets or sets a collection of machine roles in this test environment.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
IMachineRoleCollection MachineRoles { get; }
property IMachineRoleCollection^ MachineRoles {
IMachineRoleCollection^ get();
}
abstract MachineRoles : IMachineRoleCollection with get
ReadOnly Property MachineRoles As IMachineRoleCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IMachineRoleCollection
A collection of machine roles in this test environment.
See Also
IMachineRoleCollection
ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top