TestPartitionComponent.DisableTestPartition Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub DisableTestPartition ( _
tablesToDisable As List(Of String) _
)
public void DisableTestPartition(
List<string> tablesToDisable
)
public:
void DisableTestPartition(
List<String^>^ tablesToDisable
)
member DisableTestPartition :
tablesToDisable:List<string> -> unit
public function DisableTestPartition(
tablesToDisable : List<String>
)
Parameters
- tablesToDisable
Type: System.Collections.Generic.List<String>
.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.