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 with get
function get MachineRoles () : IMachineRoleCollection
Property Value
Type: Microsoft.TeamFoundation.TestManagement.Client.IMachineRoleCollection
A collection of machine roles in this test environment.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.