Compartilhar via


Propriedade ITestConfiguration.AreaPath

Obtém ou define o caminho de área.

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

Sintaxe

'Declaração
Property AreaPath As String
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 de área.

Segurança do .NET Framework

Consulte também

Referência

ITestConfiguration Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client