Compartir a través de


ITestEnvironment.EnvironmentType (Propiedad)

Obtiene o establece una cadena que representa el tipo de entorno.

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

Sintaxis

'Declaración
Property EnvironmentType As String
    Get
    Set
string EnvironmentType { get; set; }
property String^ EnvironmentType {
    String^ get ();
    void set (String^ value);
}
abstract EnvironmentType : string with get, set
function get EnvironmentType () : String
function set EnvironmentType (value : String)

Valor de propiedad

Tipo: System.String
El tipo de entorno.

Seguridad de .NET Framework

Vea también

Referencia

ITestEnvironment Interfaz

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