Compartilhar via


Propriedade ITestPlan.AreaPath

Obtém ou define o caminho da área à qual esse teste pertence.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxe

'Declaração
Property AreaPath As String
    Get
    Set
string AreaPath { get; set; }
property String^ AreaPath {
    String^ get ();
    void set (String^ value);
}
abstract AreaPath : string with get, set
function get AreaPath () : String
function set AreaPath (value : String)

Valor de propriedade

Tipo: System.String
O caminho da área à qual esse teste pertence.

Segurança do .NET Framework

Consulte também

Referência

ITestPlan Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client