Compartir a través de


ITestConfiguration.AreaPath (Propiedad)

Obtiene o establece la ruta de acceso del área.

Espacio de nombres:  Microsoft.TeamFoundation.TestManagement.Client
Ensamblado:  Microsoft.TeamFoundation.TestManagement.Client (en Microsoft.TeamFoundation.TestManagement.Client.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.String
La ruta de acceso del área.

Seguridad de .NET Framework

Vea también

Referencia

ITestConfiguration Interfaz

Microsoft.TeamFoundation.TestManagement.Client (Espacio de nombres)