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
- 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.