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

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

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestSettingsMachineRoleCollection

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

See Also

IMachineRole
ITestSettingsMachineRoleCollection
ITestSettings Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top