ITestEnvironment.LabEnvironmentUri Property
Gets or sets the uniform resource identifier (URI) for the corresponding lab environment.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
Uri LabEnvironmentUri { get; set; }
property Uri^ LabEnvironmentUri {
Uri^ get();
void set(Uri^ value);
}
abstract LabEnvironmentUri : Uri with get, set
Property LabEnvironmentUri As Uri
Property Value
Type: System.Uri
The URI for the corresponding lab environment or null if this is not a virtual environment.
See Also
ITestEnvironment Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top