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
string EnvironmentType { get; set; }
property String^ EnvironmentType {
String^ get();
void set(String^ value);
}
abstract EnvironmentType : string with get, set
Property EnvironmentType As String
Property Value
Type: System.String
The environment type.
See Also
ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top