ITestPlan.AreaPath Propriedade
Obtém ou define o caminho da área de teste.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
string AreaPath { get; set; }
property String^ AreaPath {
String^ get();
void set(String^ value);
}
abstract AreaPath : string with get, set
Property AreaPath As String
Valor de propriedade
Type: System.String
O caminho da área de teste.
Consulte também
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo