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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.