ITestEnvironment.EnvironmentType Property

Gets or sets a string that represents the environment type.

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

Syntax

'Declaration
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)

Property Value

Type: String
The environment type.

.NET Framework Security

See Also

Reference

ITestEnvironment Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace