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

.NET Framework Security

See Also

Reference

TestPartitionComponent Class

Microsoft.TeamFoundation.Framework.Server.Alm Namespace