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

'Declaration
ReadOnly Property MachineRoles As IMachineRoleCollection
IMachineRoleCollection MachineRoles { get; }
property IMachineRoleCollection^ MachineRoles {
    IMachineRoleCollection^ get ();
}
abstract MachineRoles : IMachineRoleCollection
function get MachineRoles () : IMachineRoleCollection

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.IMachineRoleCollection
A collection of machine roles in this test environment.

.NET Framework Security

See Also

Reference

ITestEnvironment Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IMachineRoleCollection