UITestEnvironmentContainerBase<TChild>.Name Property
Gets the name of the UI test environment for serialization.
Namespace: Microsoft.VisualStudio.TestTools.UITest.Common
Assembly: Microsoft.VisualStudio.TestTools.UITest.Common (in Microsoft.VisualStudio.TestTools.UITest.Common.dll)
Syntax
public string Name { get; set; }
public:
property String^ Name {
String^ get();
void set(String^ value);
}
member Name : string with get, set
Public Property Name As String
Property Value
Type: System.String
The name of the environment.
See Also
UITestEnvironmentContainerBase<TChild> Class
Microsoft.VisualStudio.TestTools.UITest.Common Namespace
Return to top