Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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