Partager via


ITestPlan.AreaPath, propriété

Obtient ou définit le chemin d'accès à la zone à laquelle ce test appartient.

Espace de noms :  Microsoft.TeamFoundation.TestManagement.Client
Assembly :  Microsoft.TeamFoundation.TestManagement.Client (dans Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String
Le chemin d'accès de la zone auquel ce test appartient.

Sécurité .NET Framework

Voir aussi

Référence

ITestPlan Interface

Microsoft.TeamFoundation.TestManagement.Client, espace de noms