Partilhar via


Propriedade ITestEnvironment.EnvironmentType

Obtém ou define uma seqüência de caracteres que representa o tipo de ambiente.

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

Sintaxe

'Declaração
Property EnvironmentType As String
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 propriedade

Tipo: System.String
O tipo de ambiente.

Segurança do .NET Framework

Consulte também

Referência

ITestEnvironment Interface

Namespace Microsoft.TeamFoundation.TestManagement.Client