Share via


ITestSettings.MachineRoles Property

Gets a collection of computer roles that are used by this test settings object.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettingsMachineRoleCollection
A collection of computer roles that are used by this test settings object.

.NET Framework Security

See Also

Reference

ITestSettings Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

IMachineRole

ITestSettingsMachineRoleCollection